]> granicus.if.org Git - python/commitdiff
NEWS entry for the changed fdopen function.
authorThomas Heller <theller@ctypes.org>
Thu, 7 Nov 2002 16:23:55 +0000 (16:23 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 7 Nov 2002 16:23:55 +0000 (16:23 +0000)
Misc/NEWS

index 8b1d085a3d51de0d639ab6eebdc466cd60b98fa2..5a16b8b4c52157694a6cb2d74b10ab98fb406cac 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -364,6 +364,10 @@ Extension modules
   loop in the search function, once the pointer exceeded the buffer
   limit.
 
+- The os.fdopen function now enforces a file mode starting with the
+  letter 'r', 'w' or 'a', otherwise a ValueError is raised. This fixes
+  bug #623464.
+
 Library
 -------