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.