summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-09 12:10:07 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-09 12:10:07 (GMT)
commitf5949b5e4709ad6986aa1be79531198868227c1d (patch)
tree2f4476a6f72ac0f3d520742196e0a34ec49681f7 /Misc
parente00a6703e8d13ae4ab30466998ef62098868f98c (diff)
downloadcpython-f5949b5e4709ad6986aa1be79531198868227c1d.zip
cpython-f5949b5e4709ad6986aa1be79531198868227c1d.tar.gz
cpython-f5949b5e4709ad6986aa1be79531198868227c1d.tar.bz2
The change done for #10645 deserves a NEWS entry
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 6f10ba6..772eef9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -781,6 +781,9 @@ Library
Build
-----
+- Issue #10645: Installing Python does no longer create a
+ Python-X.Y.Z-pyX.Y.egg-info file in the lib-dynload directory.
+
- Do not accidentally include the directory containing sqlite.h twice when
building sqlite3.