summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesse Noller <jnoller@gmail.com>2009-01-18 21:04:36 (GMT)
committerJesse Noller <jnoller@gmail.com>2009-01-18 21:04:36 (GMT)
commit438195fc113bf50a01343f5d1fba52448f696647 (patch)
tree91116ca7e66f2759d8199502ec3d385c549e653e /Misc
parentfe11f4d524bb08b81a145d19ee023131c80b08e8 (diff)
downloadcpython-438195fc113bf50a01343f5d1fba52448f696647.zip
cpython-438195fc113bf50a01343f5d1fba52448f696647.tar.gz
cpython-438195fc113bf50a01343f5d1fba52448f696647.tar.bz2
issue 4301: patch logging to add processName, remove the old _check_logger_class code
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f333a92..2ed95a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -596,6 +596,9 @@ Library
Extension Modules
-----------------
+- Issue #4301: Patch the logging module to add processName support, remove
+ _check_logger_class from multiprocessing.
+
- Issue #2975: When compiling several extension modules with Visual Studio 2008
from the same python interpreter, some environment variables would grow
without limit.