From: Éric Araujo Date: Thu, 9 Jun 2011 12:10:07 +0000 (+0200) Subject: The change done for #10645 deserves a NEWS entry X-Git-Tag: v3.3.0a1~2152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5949b5e4709ad6986aa1be79531198868227c1d;p=python The change done for #10645 deserves a NEWS entry --- 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.