]> granicus.if.org Git - python/commit
Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to
authorBrett Cannon <bcannon@gmail.com>
Wed, 6 Oct 2004 22:48:58 +0000 (22:48 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 6 Oct 2004 22:48:58 +0000 (22:48 +0000)
commitffa5cf9eae5fff1e46e8962cd957fd2ffe5a77cb
tree4a24a2e791b6dda9b08c3bdd093ab1a61b359c17
parentc5fa992069b0e9588805573f0f4a685980bbcc05
Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to
accept any iterable instead of only a sliceable object.
Lib/_strptime.py