diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-01-25 18:27:45 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-01-25 18:27:45 (GMT) |
commit | 4d4456f274fb8b12edfc140762d820f473928aca (patch) | |
tree | 00ed9f97ee4f5066529be47a14b34933538f278f /Misc/NEWS | |
parent | 7ce17fe1904c6c7f90db117dbcad614ea32c54ea (diff) | |
download | cpython-4d4456f274fb8b12edfc140762d820f473928aca.zip cpython-4d4456f274fb8b12edfc140762d820f473928aca.tar.gz cpython-4d4456f274fb8b12edfc140762d820f473928aca.tar.bz2 |
Merged revisions 68929 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68929 | tarek.ziade | 2009-01-25 19:19:25 +0100 (Sun, 25 Jan 2009) | 1 line
Fixed #4863: removed distutils.mwerkscompiler
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -144,6 +144,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. |