diff options
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) |
commit | f5949b5e4709ad6986aa1be79531198868227c1d (patch) | |
tree | 2f4476a6f72ac0f3d520742196e0a34ec49681f7 /Misc | |
parent | e00a6703e8d13ae4ab30466998ef62098868f98c (diff) | |
download | cpython-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/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. |