[Python-Dev] Generator expression in _strptime.py TimeRE.__init__

Brett C. bac at OCF.Berkeley.EDU
Thu Oct 7 00:51:08 CEST 2004


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


More information about the Python-Dev mailing list