diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-01-25 18:19:25 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-01-25 18:19:25 (GMT) |
commit | ef249b13eb7d0c5297d8acd55e18b95009ca12b2 (patch) | |
tree | 09d389b4dfb8f4a8fd5588cd05126300cb89c61a /Misc | |
parent | 1e234e8c19febaecdff49b5740471094db20a944 (diff) | |
download | cpython-ef249b13eb7d0c5297d8acd55e18b95009ca12b2.zip cpython-ef249b13eb7d0c5297d8acd55e18b95009ca12b2.tar.gz cpython-ef249b13eb7d0c5297d8acd55e18b95009ca12b2.tar.bz2 |
Fixed #4863: removed distutils.mwerkscompiler
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |