[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.107, 1.831.4.108 (original) (raw)
rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat May 8 16:57:20 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib/test test_itertools.py, 1.15.6.4, 1.15.6.5
- Next message: [Python-checkins] python/dist/src/Misc NEWS, 1.831.4.108, 1.831.4.109
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15451
Modified Files: Tag: release23-maint NEWS 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.
Index: NEWS
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.831.4.107 retrieving revision 1.831.4.108 diff -C2 -d -r1.831.4.107 -r1.831.4.108 *** NEWS 7 May 2004 19:13:47 -0000 1.831.4.107 --- NEWS 8 May 2004 20:57:16 -0000 1.831.4.108 *************** *** 43,46 **** --- 43,50 ----
- Bug #950057: itertools.chain() and itertools.cycle() now handle
exceptions immediately instead of waiting until the
input source is updated.
- Bug #931848: Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode.
- Previous message: [Python-checkins] python/dist/src/Lib/test test_itertools.py, 1.15.6.4, 1.15.6.5
- Next message: [Python-checkins] python/dist/src/Misc NEWS, 1.831.4.108, 1.831.4.109
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]