merge r68915 to py3k

This commit is contained in:
Jesse Noller 2009-01-25 03:45:53 +00:00
parent cddcf444b2
commit 41faa543b6
5 changed files with 82 additions and 20 deletions

View file

@ -785,3 +785,4 @@ Siebren van der Zee
Uwe Zessin
Tarek ZiadŽ
Peter Åstrand
Jesse Noller

View file

@ -139,6 +139,10 @@ Core and Builtins
Library
-------
- Fix and properly document the multiprocessing module's logging
support, expose the internal levels and provide proper usage
examples.
- Issue #1672332: fix unpickling of subnormal floats, which was
producing a ValueError on some platforms.