[Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4
terry.reedy
python-checkins at python.org
Mon Jun 16 08:41:14 CEST 2014
http://hg.python.org/cpython/rev/7e268ae424a4
changeset: 91202:7e268ae424a4
parent: 91199:754995a0e20d
parent: 91201:f741012f48a0
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Mon Jun 16 02:40:39 2014 -0400
summary:
Merge with 3.4
files:
Lib/idlelib/HyperParser.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/idlelib/HyperParser.py b/Lib/idlelib/HyperParser.py
--- a/Lib/idlelib/HyperParser.py
+++ b/Lib/idlelib/HyperParser.py
@@ -112,7 +112,7 @@
If it is not surrounded by brackets, or the end of line comes
before the closing bracket and mustclose is True, returns None.
"""
-
+
bracketinglevel = self.bracketing[self.indexbracket][1]
before = self.indexbracket
while (not self.isopener[before] or
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list