diff --git a/Misc/NEWS b/Misc/NEWS index da04b0ee52c..03f9e2f8f7e 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? ===========================