]> granicus.if.org Git - python/commit
make _localized_name instances work more like the tuples they replaced. In
authorSkip Montanaro <skip@pobox.com>
Fri, 15 Mar 2002 04:08:38 +0000 (04:08 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 15 Mar 2002 04:08:38 +0000 (04:08 +0000)
commit4c8349592d508df26b9a8023f7a78d6874eedb08
tree37dcf32acb639ddaaa09b44493ee4b4ebd98c0a4
parent693c6c44c4db6049bc53da51fbd1a084a33a75b2
make _localized_name instances work more like the tuples they replaced.  In
particular, negative indexes work and they are limited by the actual length
of the names they represent (weekday and month names).  This closes bug
#503202.
Lib/calendar.py