[Python-checkins] python/dist/src/Lib/test test_itertools.py, 1.29, 1.30 (original) (raw)

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat May 8 15:49:45 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2267/Lib/test

Modified Files: test_itertools.py Log Message: SF #950057: itertools.chain doesn't "process" exceptions as they occur

Both cycle() and chain() were handling exceptions only when switching input sources. The patch makes the handle more immediate.

Will backport.

Index: test_itertools.py

RCS file: /cvsroot/python/python/dist/src/Lib/test/test_itertools.py,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** test_itertools.py 10 Feb 2004 09:25:40 -0000 1.29 --- test_itertools.py 8 May 2004 19:49:42 -0000 1.30


*** 645,648 **** --- 645,678 ----



More information about the Python-checkins mailing list