From: Terry Jan Reedy Date: Wed, 3 Apr 2013 17:24:26 +0000 (-0400) Subject: Issue #15940: NEWS entry X-Git-Tag: v2.7.5~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e65e99fe1b10058c8c638c98ea466a7cfe3e7f7;p=thirdparty%2FPython%2Fcpython.git Issue #15940: NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index b5dcdeb96b4c..2ee15f222fcc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,6 +29,11 @@ Library - Issue #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. +Documentation +------------- + +- Issue #15940: Specify effect of locale on time functions. + What's New in Python 2.7.4? ===========================