diff options
author | Georg Brandl <georg@python.org> | 2006-08-06 07:06:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-08-06 07:06:33 (GMT) |
commit | 9908d1656c5ee845f3039eb5eaef59582df1666d (patch) | |
tree | 8e33dba2fd8f761eb38b287fa165a9a4e5d92dd6 /Misc | |
parent | 212b587a52b41ea66ca0ce42a0b08bbfbdc43d1d (diff) | |
download | cpython-9908d1656c5ee845f3039eb5eaef59582df1666d.zip cpython-9908d1656c5ee845f3039eb5eaef59582df1666d.tar.gz cpython-9908d1656c5ee845f3039eb5eaef59582df1666d.tar.bz2 |
Bug #1535182: really test the xreadlines() method of bz2 objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ Extension Modules Tests ----- +- Bug #1535182: really test the xreadlines() method of bz2 objects. + Documentation ------------- |