summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-26 03:01:34 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-26 03:01:34 (GMT)
commit7d32e7e5bc60123d8cebc1641f112a3440385f25 (patch)
treea7c80f2951622cf9b1f67e663b7936cfaf7d58ea /Misc/NEWS
parentf71654521b49dfa84856ec41d1de47f729205ae1 (diff)
downloadcpython-7d32e7e5bc60123d8cebc1641f112a3440385f25.zip
cpython-7d32e7e5bc60123d8cebc1641f112a3440385f25.tar.gz
cpython-7d32e7e5bc60123d8cebc1641f112a3440385f25.tar.bz2
Port the #6884 fix to packaging
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 239fc6d..3565203 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -502,7 +502,7 @@ Library
scripts found in the Tools directory.
- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
- on Windows.
+ on Windows. Also fixed in packaging.
- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
on 32-bit architectures. Initial patch by Philippe Devalkeneer.