From: Guido van Rossum Date: Sat, 8 May 2004 23:20:39 +0000 (+0000) Subject: Mention changes to platform.py. X-Git-Tag: v2.3.4c1~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6684f0d38f73f9dfc44e7313a9749f40d0297759;p=thirdparty%2FPython%2Fcpython.git Mention changes to platform.py. --- diff --git a/Misc/NEWS b/Misc/NEWS index c331a13b1131..63cec4c20568 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -42,6 +42,9 @@ Core and builtins Library ------- +- Brought platform.py in line with the 2.4 version, fixing support for + newer Windows versions and a cache issue. + - Bug #950057: itertools.chain() and itertools.cycle() now handle exceptions immediately instead of waiting until the input source is updated.