diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-09-30 21:29:54 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-09-30 21:29:54 (GMT) |
commit | 9ec083a3768092e4573a12f8e5d7c400bd2e7b40 (patch) | |
tree | 9780cbc293c4cc5bef57c9c499013c4515083d9d /Misc | |
parent | 2f1c5c0f64f6a5634d43e55bc9f5504c49d5eb68 (diff) | |
parent | d2489cf4d0616c51fc70789d5eb2df94c9e5a94a (diff) | |
download | cpython-9ec083a3768092e4573a12f8e5d7c400bd2e7b40.zip cpython-9ec083a3768092e4573a12f8e5d7c400bd2e7b40.tar.gz cpython-9ec083a3768092e4573a12f8e5d7c400bd2e7b40.tar.bz2 |
Merge: Add some missing stuff to whatsnew.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3869,7 +3869,7 @@ Build functions (BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). -- Issue #10645: Installing Python does no longer create a +- Issue #10645: Installing Python no longer creates 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 |