summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-09 14:10:07 +0200
committerÉric Araujo <merwok@netwok.org>2011-06-09 14:10:07 +0200
commitf5949b5e4709ad6986aa1be79531198868227c1d (patch)
tree2f4476a6f72ac0f3d520742196e0a34ec49681f7
parente00a6703e8d13ae4ab30466998ef62098868f98c (diff)
downloadcpython-git-f5949b5e4709ad6986aa1be79531198868227c1d.tar.gz
The change done for #10645 deserves a NEWS entry
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f10ba6d3a..772eef9235 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.