]> granicus.if.org Git - python/commitdiff
Add news item for rev. 52211 change
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2006 17:10:12 +0000 (17:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Oct 2006 17:10:12 +0000 (17:10 +0000)
Misc/NEWS

index d729648500301ad16a8f7dcb7a73e7ed5f0afd08..9f7111fe769bc60a5dfc2667c2656540a07981cb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -112,6 +112,9 @@ Library
 - 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.