summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-10-09 17:10:12 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-10-09 17:10:12 (GMT)
commit99994790a08e98e6602b2bcbaf8aa026f40e7bf6 (patch)
tree68b1b82c285569c5a6fda5b5a09e832be48fc808
parentb80b6e1e12b2697a2d25d00992e9ebddc3b7326e (diff)
downloadcpython-99994790a08e98e6602b2bcbaf8aa026f40e7bf6.zip
cpython-99994790a08e98e6602b2bcbaf8aa026f40e7bf6.tar.gz
cpython-99994790a08e98e6602b2bcbaf8aa026f40e7bf6.tar.bz2
Add news item for rev. 52211 change
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d729648..9f7111f 100644
--- 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.