From ffd674d400bb56c2bde1f75b90d2ad2ab880b4a4 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 22 May 2001 16:00:10 +0000 Subject: - calendar.py uses month and day names based on the current locale. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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). -- cgit v0.12