]> granicus.if.org Git - python/commit
Patch #1463288: use a context manager to temporarily switch locales.
authorWalter Dörwald <walter@livinglogic.de>
Wed, 12 Apr 2006 10:09:16 +0000 (10:09 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 12 Apr 2006 10:09:16 +0000 (10:09 +0000)
commitbc96609555db6f62fa755c047d7db4441dd2ffe1
tree176e62613279161e3a0fb91be6d0d306f4d647fe
parent017749c33d652b08e2e7c5fb4f4ab8315ab4f644
Patch #1463288: use a context manager to temporarily switch locales.

Add tests for the output of the TextCalendar and HTMLCalendar classes.
Lib/calendar.py
Lib/test/test_calendar.py