summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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?
===========================