* src/DateDisplay.py: use locale.nl_langinfo to get month

names without manual encoding
* src/DateParser.py: use locale.nl_langinfo to get month
names without manual encoding


svn: r3550
This commit is contained in:
Don Allingham
2004-09-17 23:52:09 +00:00
parent a32207e5c5
commit 9c8e337e96
4 changed files with 104 additions and 113 deletions

View File

@@ -1,3 +1,9 @@
2004-09-17 Don Allingham <dallingham@users.sourceforge.net>
* src/DateDisplay.py: use locale.nl_langinfo to get month
names without manual encoding
* src/DateParser.py: use locale.nl_langinfo to get month
names without manual encoding
2004-09-16 Don Allingham <dallingham@users.sourceforge.net>
* src/Calendar.py: removed
* src/Gregorian.py: removed