summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-24 03:00:35 +0000
committerBenjamin Peterson <benjamin@python.org>2010-10-24 03:00:35 +0000
commitab17e81fc00554d6f4b31901319cddd3963d892a (patch)
tree52b4bf8c0ce9b3ebfdf308c43e060546a5b07f71 /Misc
parent7ff05541adcb163f623fabf433b116d728e94294 (diff)
downloadcpython-ab17e81fc00554d6f4b31901319cddd3963d892a.tar.gz
Merged revisions 85814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85814 | benjamin.peterson | 2010-10-23 21:52:05 -0500 (Sat, 23 Oct 2010) | 1 line remove broken code accounting an offset the size of the line #10186 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d25e25ec2f..41d90d0f96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
- Issue #10125: Don't segfault when the iterator passed to ``file.writelines()``
closes the file.
+- Issue #10186: Fix the SyntaxError caret when the offset is equal to the length
+ of the offending line.
+
- Issue #9997: Don't let the name "top" have special significance in scope
resolution.