From 6e65e99fe1b10058c8c638c98ea466a7cfe3e7f7 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 3 Apr 2013 13:24:26 -0400 Subject: [PATCH] Issue #15940: NEWS entry --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index b5dcdeb96b4c..2ee15f222fcc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -29,6 +29,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 2.7.4? =========================== -- 2.47.3