summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2008-03-20 18:08:00 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2008-03-20 18:08:00 (GMT)
commita1867750f6bd640ac2d93abed3194460a31e182d (patch)
treefea57c8376711585831d7c5abe530c492d0c2780 /Misc
parent53c7a60379b2eab69ab9f5ab0f5fe8acab31dfe7 (diff)
downloadcpython-a1867750f6bd640ac2d93abed3194460a31e182d.zip
cpython-a1867750f6bd640ac2d93abed3194460a31e182d.tar.gz
cpython-a1867750f6bd640ac2d93abed3194460a31e182d.tar.bz2
Add news items for platform module changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fcf1b0b..5ffd2e3 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.