From: Terry Jan Reedy Date: Wed, 3 Apr 2013 17:07:46 +0000 (-0400) Subject: Issue #15940: NEWS entry X-Git-Tag: v3.3.2~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a99e1711f7899fa49dfde4cd6b7514ad172ddff2;p=thirdparty%2FPython%2Fcpython.git Issue #15940: NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index da04b0ee52c7..03f9e2f8f7e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -38,6 +38,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 3.3.1? ===========================