commit | 9a0fc97bf4a336d81160b19a52ab4f5d2e2317e0 | [log] [tgz] |
---|---|---|
author | Jesse Noller <jnoller@gmail.com> | Sun Jan 18 21:12:58 2009 +0000 |
committer | Jesse Noller <jnoller@gmail.com> | Sun Jan 18 21:12:58 2009 +0000 |
tree | a2862fe4572fa0fb65817b5be5d29dd1768ef0bc | |
parent | e1cdfd78d823c50a592a7cf67e14f0786c65ead9 [diff] [blame] |
merge cl r68737 to py3k
diff --git a/Misc/NEWS b/Misc/NEWS index b88de58..592e1a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -132,6 +132,9 @@ 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.