[Python-checkins] python/dist/src/Misc NEWS, 1.1193251, 1.1193252
birkenfeld@users.sourceforge.net
birkenfeld at users.sourceforge.net
Fri Jun 3 21:45:56 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7372/Misc
Modified Files:
Tag: release24-maint
NEWS
Log Message:
Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193251
retrieving revision 1.1193252
diff -u -d -r1.1193251 -r1.1193252
--- NEWS 3 Jun 2005 14:31:55 -0000 1.1193251
+++ NEWS 3 Jun 2005 19:45:53 -0000 1.1193252
@@ -27,6 +27,8 @@
Extension Modules
-----------------
+- Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
+
- Bug #1166660: The readline module could segfault if hook functions
were set in a different thread than that which called readline.
More information about the Python-checkins
mailing list