]> granicus.if.org Git - python/commit
#3059: Stop decoding Unicode in calendar module.
authorGeorg Brandl <georg@python.org>
Sun, 8 Jun 2008 08:40:05 +0000 (08:40 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 8 Jun 2008 08:40:05 +0000 (08:40 +0000)
commitfd68087b29568031625e7292c225fcdd28f0e943
tree11d778c7529e0647328c35a920eabea9bf80d0cd
parentf010bd5c3412525336fb3800d7e4eb18335e71b6
#3059: Stop decoding Unicode in calendar module.
The strftime routines must know how to decode
localized month/day names themselves.
Lib/calendar.py