summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 18:19:25 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-01-25 18:19:25 (GMT)
commitef249b13eb7d0c5297d8acd55e18b95009ca12b2 (patch)
tree09d389b4dfb8f4a8fd5588cd05126300cb89c61a /Misc
parent1e234e8c19febaecdff49b5740471094db20a944 (diff)
downloadcpython-ef249b13eb7d0c5297d8acd55e18b95009ca12b2.zip
cpython-ef249b13eb7d0c5297d8acd55e18b95009ca12b2.tar.gz
cpython-ef249b13eb7d0c5297d8acd55e18b95009ca12b2.tar.bz2
Fixed #4863: removed distutils.mwerkscompiler
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fc5d5e..2b4ea7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,8 @@ Core and Builtins
Library
-------
+- Issue #4863: distutils.mwerkscompiler has been removed.
+
- Fix and properly document the multiprocessing module's logging
support, expose the internal levels and provide proper usage
examples.