[Python-3000-checkins] r67050 - python/branches/py3k/Misc/NEWS

christian.heimes python-3000-checkins at python.org
Fri Oct 31 00:47:34 CET 2008


Author: christian.heimes
Date: Thu Oct 30 22:22:55 2008
New Revision: 67050

Log:
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Thu Oct 30 22:22:55 2008
@@ -15,6 +15,9 @@
 Core and Builtins
 -----------------
 
+- Issue #4237: io.FileIO() was raising invalid warnings caused by
+  insufficient initialization of PyFileIOObject struct members.
+
 - Issue #4170: Pickling a collections.defaultdict object would crash the
   interpreter.
 


More information about the Python-3000-checkins mailing list