From: Barry Warsaw Date: Tue, 22 May 2001 16:00:10 +0000 (+0000) Subject: - calendar.py uses month and day names based on the current locale. X-Git-Tag: v2.2a3~1708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4;p=thirdparty%2FPython%2Fcpython.git - calendar.py uses month and day names based on the current locale. --- diff --git a/Misc/NEWS b/Misc/NEWS index c11bf0858c6a..1dc300d4a114 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -117,6 +117,8 @@ Core Library +- calendar.py uses month and day names based on the current locale. + - strop is now *really* obsolete (this was announced before with 1.6), and issues DeprecationWarning when used (except for the four items that are still imported into string.py).