NEWS entry for decimal module changes

This commit is contained in:
Nick Coghlan 2006-09-03 01:13:06 +00:00
parent c48daf5bc4
commit 08c496d81d
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ Core and builtins
Library
-------
- Patch #1550886: Fix decimal module context management implementation
to match the localcontext() example from PEP 343
- Bug #1541863: uuid.uuid1 failed to generate unique identifiers
on systems with low clock resolution.