http://hg.python.org/cpython/rev/af7bc95e5b1e changeset: 70733:af7bc95e5b1e user: Éric Araujo <merwok at netwok.org> date: Thu Jun 09 14:10:07 2011 +0200 summary: The change done for #10645 deserves a NEWS entry files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -781,6 +781,9 @@ 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. -- Repository URL: http://hg.python.org/cpython