Add news item for rev. 52211 change

This commit is contained in:
Andrew M. Kuchling 2006-10-09 17:10:12 +00:00
parent b80b6e1e12
commit 99994790a0
1 changed files with 3 additions and 0 deletions

View File

@ -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.