diff options
author | Thomas Heller <theller@ctypes.org> | 2002-11-07 16:23:55 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-11-07 16:23:55 (GMT) |
commit | 95cb7e4ae518d22702439fbb8f834f929547e0c0 (patch) | |
tree | 6a64aadca6f805b1113e54f51e27bb72830da0a9 /Misc | |
parent | 1f043e28f4d8cb4a32da3b07f3719647ba3078b2 (diff) | |
download | cpython-95cb7e4ae518d22702439fbb8f834f929547e0c0.zip cpython-95cb7e4ae518d22702439fbb8f834f929547e0c0.tar.gz cpython-95cb7e4ae518d22702439fbb8f834f929547e0c0.tar.bz2 |
NEWS entry for the changed fdopen function.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |