summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-26 03:40:59 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-26 03:40:59 (GMT)
commitf2b3f780a160347b0759b8d0f8ea9c41a456f724 (patch)
tree459bb689054d19a6cc78d46ddaa9c0ce6cc19222 /Misc/NEWS
parent0fb5b398cddbf75a121b93680c8f9771f2e8499c (diff)
parentba42fd5801af664060dd90fccc4054b73967944c (diff)
downloadcpython-f2b3f780a160347b0759b8d0f8ea9c41a456f724.zip
cpython-f2b3f780a160347b0759b8d0f8ea9c41a456f724.tar.gz
cpython-f2b3f780a160347b0759b8d0f8ea9c41a456f724.tar.bz2
#6780: merge with 3.1.
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 f4a4c52..7331aea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.1?
Core and Builtins
-----------------
+- Issue #6780: fix starts/endswith error message to mention that tuples are
+ accepted too.
+
- Issue #5057: fix a bug in the peepholer that led to non-portable pyc files
between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP
chars (e.g. "\U00012345"[0]).