]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- calendar.py uses month and day names based on the current locale.
authorBarry Warsaw <barry@python.org>
Tue, 22 May 2001 16:00:10 +0000 (16:00 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 22 May 2001 16:00:10 +0000 (16:00 +0000)
Misc/NEWS

index c11bf0858c6aa80772cee0e7de3bb9c7f8f13f6c..1dc300d4a114d17a5656a07ba2eb317c2eb2f69e 100644 (file)
--- 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).