]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention changes to platform.py.
authorGuido van Rossum <guido@python.org>
Sat, 8 May 2004 23:20:39 +0000 (23:20 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 8 May 2004 23:20:39 +0000 (23:20 +0000)
Misc/NEWS

index c331a13b113181c941c1885368a396361d71c8b0..63cec4c205681ca48a35ee2cf0dc3f89dda36a5b 100644 (file)
--- 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.