diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-01-25 03:45:53 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-01-25 03:45:53 (GMT) |
commit | 41faa543b66431ee5b8c79f70a40ef267615050b (patch) | |
tree | 66a269384bd0550e40d89c2ebffeef7cf1c237e8 /Misc | |
parent | cddcf444b257478eb940c50c78eb86ef40eae16f (diff) | |
download | cpython-41faa543b66431ee5b8c79f70a40ef267615050b.zip cpython-41faa543b66431ee5b8c79f70a40ef267615050b.tar.gz cpython-41faa543b66431ee5b8c79f70a40ef267615050b.tar.bz2 |
merge r68915 to py3k
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -785,3 +785,4 @@ Siebren van der Zee Uwe Zessin Tarek Ziad Peter Åstrand +Jesse Noller @@ -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. |