summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-25 15:32:18 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-25 15:32:18 (GMT)
commitc071a613df254f6c38427ca8ed47553f7a458a59 (patch)
tree835042408929869a278697a1916b37d39db38ced /Misc/NEWS
parentafdac030e3456463a9684a440359668aaea962ef (diff)
parent2e0a0e1640e89bec7da985534411c464d3d30df2 (diff)
downloadcpython-c071a613df254f6c38427ca8ed47553f7a458a59.zip
cpython-c071a613df254f6c38427ca8ed47553f7a458a59.tar.gz
cpython-c071a613df254f6c38427ca8ed47553f7a458a59.tar.bz2
Merge 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d5a7113..69e4d30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -498,6 +498,9 @@ Core and Builtins
Library
-------
+- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
+ on Windows.
+
- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
on 32-bit architectures. Initial patch by Philippe Devalkeneer.