commit | 7ae5f294658caaf4de4afabbc779317cca0217da | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:30:10 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Sep 05 02:30:10 2006 +0000 |
tree | cdfd534ecbc67e4f357d2ee10024301fac1f963c | |
parent | 29a5fdb7caf372144a085247d63440d1abb51b5c [diff] [blame] |
Backport fix for SF bug #1550714, itertools.tee raises SystemError
diff --git a/Misc/NEWS b/Misc/NEWS index 56f13fa..d7a118b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -43,6 +43,12 @@ - Bug #1543303, patch #1543897: remove NUL padding from tarfiles. +Extension Modules +----------------- + +- Bug #1550714: fix SystemError from itertools.tee on negative value for n. + + Tests -----