diff options
author | Jesse Noller <jnoller@gmail.com> | 2009-01-18 21:12:58 (GMT) |
---|---|---|
committer | Jesse Noller <jnoller@gmail.com> | 2009-01-18 21:12:58 (GMT) |
commit | 9a0fc97bf4a336d81160b19a52ab4f5d2e2317e0 (patch) | |
tree | a2862fe4572fa0fb65817b5be5d29dd1768ef0bc /Misc | |
parent | e1cdfd78d823c50a592a7cf67e14f0786c65ead9 (diff) | |
download | cpython-9a0fc97bf4a336d81160b19a52ab4f5d2e2317e0.zip cpython-9a0fc97bf4a336d81160b19a52ab4f5d2e2317e0.tar.gz cpython-9a0fc97bf4a336d81160b19a52ab4f5d2e2317e0.tar.bz2 |
merge cl r68737 to py3k
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -132,6 +132,9 @@ Core and Builtins Library ------- +- Issue #4301: Patch the logging module to add processName support, remove + _check_logger_class from multiprocessing. + - Issue #3325: Remove python2.x try: except: imports for old cPickle from multiprocessing. |