Generator expression in _strptime.py TimeRE.__init__

Oct. 6, 2004
5:18 p.m.
This is currently breaking the tests for me, as [:] doesn't work for generator expressions. Either TimeRE.__init__ needs to go back to using a list comp, or it needs to use list() in __seqToRE instead of [:]. Cheers, Nick. -- Nick Coghlan Brisbane, Australia
7468
Age (days ago)
7468
Last active (days ago)
1 comments
2 participants
participants (2)
-
Brett C.
-
Nick Coghlan