[Python-checkins] r61677 - python/trunk/Misc/NEWS

marc-andre.lemburg python-checkins at python.org
Thu Mar 20 19:08:00 CET 2008


Author: marc-andre.lemburg
Date: Thu Mar 20 19:08:00 2008
New Revision: 61677

Modified:
   python/trunk/Misc/NEWS
Log:
Add news items for platform module changes.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Mar 20 19:08:00 2008
@@ -51,6 +51,14 @@
 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.
 


More information about the Python-checkins mailing list