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

andrew.kuchling python-checkins at python.org
Mon Oct 9 19:10:13 CEST 2006


Author: andrew.kuchling
Date: Mon Oct  9 19:10:12 2006
New Revision: 52242

Modified:
   python/trunk/Misc/NEWS
Log:
Add news item for rev. 52211 change

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Mon Oct  9 19:10:12 2006
@@ -112,6 +112,9 @@
 - Patch #1550886: Fix decimal module context management implementation
   to match the localcontext() example from PEP 343.
 
+- Bug #1545341: The 'classifier' keyword argument to the Distutils setup() 
+  function now accepts tuples as well as lists.
+
 - Bug #1541863: uuid.uuid1 failed to generate unique identifiers
   on systems with low clock resolution.
 


More information about the Python-checkins mailing list