Generator expression in _strptime.py TimeRE.__init__
6 Oct
2004
6 Oct
'04
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
6 Oct
6 Oct
5:51 p.m.
Nick Coghlan wrote:
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 [:].
Damn, sorry everyone. Fixed now. I would have sworn that I ran the regression tests before I did the commit, but I guess I didn't between the last commit and the previous one. But it is fixed now. -Brett
7289
Age (days ago)
7289
Last active (days ago)
1 comments
2 participants
participants (2)
-
Brett C.
-
Nick Coghlan