summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-26 03:45:24 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-26 03:45:24 (GMT)
commitbf1253b25ac6fc27beb9819dade9c4465ea493fc (patch)
tree8384277a6aa3d724947bde18989d2bc4ed17e37b /Misc/NEWS
parentdff18b0858a3433cc0aa457a43e63aad86900586 (diff)
parentf2b3f780a160347b0759b8d0f8ea9c41a456f724 (diff)
downloadcpython-bf1253b25ac6fc27beb9819dade9c4465ea493fc.zip
cpython-bf1253b25ac6fc27beb9819dade9c4465ea493fc.tar.gz
cpython-bf1253b25ac6fc27beb9819dade9c4465ea493fc.tar.bz2
#6780: merge with 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 bba2ac6..822569a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 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]).