summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-05-22 16:00:10 (GMT)
committerBarry Warsaw <barry@python.org>2001-05-22 16:00:10 (GMT)
commitffd674d400bb56c2bde1f75b90d2ad2ab880b4a4 (patch)
tree2104c679a1e10764c7028b27ec0449bd1e2a8630 /Misc
parent1d099103d87ac0ea6fef78f92705740051b14ed0 (diff)
downloadcpython-ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4.zip
cpython-ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4.tar.gz
cpython-ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4.tar.bz2
- calendar.py uses month and day names based on the current locale.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c11bf08..1dc300d 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).