]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug 1065388: calendar day/month name lookup too slow
authorTim Peters <tim.peters@gmail.com>
Sat, 13 Nov 2004 16:18:32 +0000 (16:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 13 Nov 2004 16:18:32 +0000 (16:18 +0000)
commitbbc0d4409c4edc43d9f9b38bff089fd63f43734a
treee6a74fe2b0266d8fd9ab8fea8f34f1092aef374c
parentfba73698240660d9154b6917b87dd333d6fb8284
SF bug 1065388:  calendar day/month name lookup too slow

__getitem__() methods:  compute only the new spellings needed to satisfy
the given indexing object.  This is purely an optimization (it should
have no effect on visible semantics).
Lib/calendar.py
Lib/test/test_calendar.py
Misc/NEWS