]> granicus.if.org Git - python/commit
Don't mess with string.letters any more. It is most likely going to disappear.
authorGuido van Rossum <guido@python.org>
Mon, 13 Aug 2007 18:43:36 +0000 (18:43 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Aug 2007 18:43:36 +0000 (18:43 +0000)
commitfc9ba9318fc817baf47b4af6e59029be516b5f3d
tree81c2d042cf189818c049f578da89672490416217
parentc9341281625071479dfee3ba85e552f18dfa3a36
Don't mess with string.letters any more.  It is most likely going to disappear.
Even if it isn't, it shouldn't be changed based on the locale setting IMO.
(Incidentally, this makes test_csv.py pass again on my box.)
Modules/_localemodule.c