commit | 175ddb5b30f742d47f5567cea106934cc125138d | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Jul 24 06:27:17 2003 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Jul 24 06:27:17 2003 +0000 |
tree | 567d62b95bbcc548eeafb03eff8b04977a338569 | |
parent | 98741af1700eb20f353c61f89a3c24e3a05f5c6d [diff] |
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being caught when executing test_strptime, test_logging, and test_time in that order when the testing of "%c" occured. Suspect the cache was not being recreated (the test passed when test_logging was forced to re-establish the locale).