diff options
author | Barry Warsaw <barry@python.org> | 2001-05-22 16:00:10 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-05-22 16:00:10 (GMT) |
commit | ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4 (patch) | |
tree | 2104c679a1e10764c7028b27ec0449bd1e2a8630 /Misc | |
parent | 1d099103d87ac0ea6fef78f92705740051b14ed0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |