summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-04-03 13:07:46 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2013-04-03 13:07:46 -0400
commita99e1711f7899fa49dfde4cd6b7514ad172ddff2 (patch)
treee045628ca5f75d98b7c813787a447df49e3db43a
parent41459a9b295db4f909d1890dc5882e78e7f5138e (diff)
downloadcpython-git-a99e1711f7899fa49dfde4cd6b7514ad172ddff2.tar.gz
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 da04b0ee52..03f9e2f8f7 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?
===========================