From: Thomas Heller Date: Thu, 7 Nov 2002 16:23:55 +0000 (+0000) Subject: NEWS entry for the changed fdopen function. X-Git-Tag: v2.3c1~3531 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95cb7e4ae518d22702439fbb8f834f929547e0c0;p=python NEWS entry for the changed fdopen function. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8b1d085a3d..5a16b8b4c5 100644 --- 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 -------