summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-04-03 17:07:46 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-04-03 17:07:46 (GMT)
commita99e1711f7899fa49dfde4cd6b7514ad172ddff2 (patch)
treee045628ca5f75d98b7c813787a447df49e3db43a
parent41459a9b295db4f909d1890dc5882e78e7f5138e (diff)
downloadcpython-a99e1711f7899fa49dfde4cd6b7514ad172ddff2.zip
cpython-a99e1711f7899fa49dfde4cd6b7514ad172ddff2.tar.gz
cpython-a99e1711f7899fa49dfde4cd6b7514ad172ddff2.tar.bz2
Issue #15940: NEWS entry
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da04b0e..03f9e2f 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?
===========================