summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-07-12 05:26:17 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-07-12 05:26:17 (GMT)
commitedef2be4af973f1766b593cf48188db2e320dcbe (patch)
tree3daf8d96b916450d9f214851e0194c41c2243a42 /Misc
parent3b9be2ae6f5491737ebc65ee525884da218368d4 (diff)
downloadcpython-edef2be4af973f1766b593cf48188db2e320dcbe.zip
cpython-edef2be4af973f1766b593cf48188db2e320dcbe.tar.gz
cpython-edef2be4af973f1766b593cf48188db2e320dcbe.tar.bz2
Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 080f4a7..b352765 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 beta 2?
Core and builtins
-----------------
+- Bug #1520864: unpacking singleton tuples in for loop (for x, in) work again.
+
- Bug #1441486: The literal representation of -(sys.maxint - 1)
again evaluates to a int object, not a long.