commit | 9908d1656c5ee845f3039eb5eaef59582df1666d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Aug 06 07:06:33 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Aug 06 07:06:33 2006 +0000 |
tree | 8e33dba2fd8f761eb38b287fa165a9a4e5d92dd6 | |
parent | 212b587a52b41ea66ca0ce42a0b08bbfbdc43d1d [diff] |
Bug #1535182: really test the xreadlines() method of bz2 objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 33cb0f9..f06f98c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Tests ----- +- Bug #1535182: really test the xreadlines() method of bz2 objects. + Documentation -------------