From 6684f0d38f73f9dfc44e7313a9749f40d0297759 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 8 May 2004 23:20:39 +0000 Subject: [PATCH] Mention changes to platform.py. --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.47.3