commit | 33a5f2af59ddcf3f1b0447a8dbd0576fd78de303 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Aug 21 14:16:04 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Aug 21 14:16:04 2005 +0000 |
tree | c3a2210fc27ba900882d74769b56bb4443325753 | |
parent | f755432f4141fb9f9885435c7ba2d2f6a17d03fe [diff] [blame] |
Fix BZ2File.(x)readlines() for files without a newline.
diff --git a/Misc/NEWS b/Misc/NEWS index e3fbbab..8b4068e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1570,6 +1570,9 @@ Extension modules ----------------- +- Fix bz2.BZ2File.(x)readlines() for files containing one line without + newlines. + - Added socket.getservbyport(), and make the second argument in getservbyname() and getservbyport() optional.