diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-10-09 17:10:12 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-10-09 17:10:12 (GMT) |
commit | 99994790a08e98e6602b2bcbaf8aa026f40e7bf6 (patch) | |
tree | 68b1b82c285569c5a6fda5b5a09e832be48fc808 | |
parent | b80b6e1e12b2697a2d25d00992e9ebddc3b7326e (diff) | |
download | cpython-99994790a08e98e6602b2bcbaf8aa026f40e7bf6.zip cpython-99994790a08e98e6602b2bcbaf8aa026f40e7bf6.tar.gz cpython-99994790a08e98e6602b2bcbaf8aa026f40e7bf6.tar.bz2 |
Add news item for rev. 52211 change
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |