From: Marc-André Lemburg Date: Thu, 20 Mar 2008 18:08:00 +0000 (+0000) Subject: Add news items for platform module changes. X-Git-Tag: v2.6a2~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1867750f6bd640ac2d93abed3194460a31e182d;p=thirdparty%2FPython%2Fcpython.git Add news items for platform module changes. --- diff --git a/Misc/NEWS b/Misc/NEWS index fcf1b0b01e48..5ffd2e3cda79 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -51,6 +51,14 @@ Core and builtins Library ------- +- Issue #2434: Enhanced platform.win32_ver() to also work on Python + installation which do not have the win32all package installed. + +- Added support to platform.uname() to also report the machine + and processor information on Windows XP and later. As a result, + platform.machine() and platform.processor() will report this + information as well. + - The library implementing the 2to3 conversion, lib2to3, was added to the standard distribution.