summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-29 16:13:39 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-29 16:13:39 (GMT)
commit3fbcc60eb859b00f4310e028da0ba6edba35f7c8 (patch)
tree6c5e572d2d25899c28ee53e8249d5b9fcc47e123 /Misc
parent5c3dd9a1ee959d7e85e9b1ab541687dba8f7d095 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 752cd32..30e2217 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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