diff options
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 |
commit | f5949b5e4709ad6986aa1be79531198868227c1d (patch) | |
tree | 2f4476a6f72ac0f3d520742196e0a34ec49681f7 | |
parent | e00a6703e8d13ae4ab30466998ef62098868f98c (diff) | |
download | cpython-git-f5949b5e4709ad6986aa1be79531198868227c1d.tar.gz |
The change done for #10645 deserves a NEWS entry
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |