From 95cb7e4ae518d22702439fbb8f834f929547e0c0 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 7 Nov 2002 16:23:55 +0000 Subject: NEWS entry for the changed fdopen function. --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 8b1d085..5a16b8b 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 ------- -- cgit v0.12