diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-29 16:13:39 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-29 16:13:39 (GMT) |
commit | 3fbcc60eb859b00f4310e028da0ba6edba35f7c8 (patch) | |
tree | 6c5e572d2d25899c28ee53e8249d5b9fcc47e123 /Misc | |
parent | 5c3dd9a1ee959d7e85e9b1ab541687dba8f7d095 (diff) | |
download | cpython-3fbcc60eb859b00f4310e028da0ba6edba35f7c8.zip cpython-3fbcc60eb859b00f4310e028da0ba6edba35f7c8.tar.gz cpython-3fbcc60eb859b00f4310e028da0ba6edba35f7c8.tar.bz2 |
Fixed 6365: wrong inplace location for build_ext if the extension had dots
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -337,6 +337,9 @@ Core and Builtins Library ------- +- Issue #6365: Distutils build_ext inplace mode was copying the compiled + extension in a subdirectory if the extension name had dots. + - Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. - Issue #5230: pydoc would report no documentation found if a module generated |