Add news items for platform module changes.

This commit is contained in:
Marc-André Lemburg 2008-03-20 18:08:00 +00:00
parent 53c7a60379
commit a1867750f6
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,14 @@ Core and builtins
Library 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 - The library implementing the 2to3 conversion, lib2to3, was added
to the standard distribution. to the standard distribution.