| commit | 7d32e7e5bc60123d8cebc1641f112a3440385f25 | [log] [tgz] |
|---|---|---|
| author | Éric Araujo <merwok@netwok.org> | Sun Feb 26 04:01:34 2012 +0100 |
| committer | Éric Araujo <merwok@netwok.org> | Sun Feb 26 04:01:34 2012 +0100 |
| tree | a7c80f2951622cf9b1f67e663b7936cfaf7d58ea | |
| parent | f71654521b49dfa84856ec41d1de47f729205ae1 [diff] |
Port the #6884 fix to packaging
diff --git a/Misc/NEWS b/Misc/NEWS index 239fc6d..3565203 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -502,7 +502,7 @@ 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.