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

Nick Coghlan ncoghlan at email.com
Thu Oct 7 00:18:39 CEST 2004


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


More information about the Python-Dev mailing list