commit | ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue May 22 16:00:10 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue May 22 16:00:10 2001 +0000 |
tree | 2104c679a1e10764c7028b27ec0449bd1e2a8630 | |
parent | 1d099103d87ac0ea6fef78f92705740051b14ed0 [diff] [blame] |
- calendar.py uses month and day names based on the current locale.
diff --git a/Misc/NEWS b/Misc/NEWS index c11bf08..1dc300d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -117,6 +117,8 @@ 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).