]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixes bug of having default argument for TimeRE's __init__ that caused the
authorBrett Cannon <bcannon@gmail.com>
Thu, 24 Jul 2003 20:02:28 +0000 (20:02 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 24 Jul 2003 20:02:28 +0000 (20:02 +0000)
commit2c24d42d329ad48cc7c92bfed935c28e8fcdd188
treeb9e4cd1e1b8c71b65dde172d64bfe741b8371dff
parent9a71475e9e2e2532819ccacc8d2a6e53fd01a9d2
Fixes bug of having default argument for TimeRE's __init__ that caused the
LocaleTime instance to only be created once and thus not be recreated when
the locale changed.
Lib/_strptime.py