summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 02:40:39 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2014-06-16 02:40:39 -0400
commit9bec397df9ef8c227e42760a749905cae0e94ebf (patch)
tree65a3b0dd46f2ed1e1c860c642ba6bb7d9afea972 /Lib/idlelib
parent9b1df38d5633b5e53f3b6a0b387fe2eb6b4fba8f (diff)
parentd0c1ea42f76e19dc3d04238c29cdd14a7ce39899 (diff)
downloadcpython-git-9bec397df9ef8c227e42760a749905cae0e94ebf.tar.gz
Merge with 3.4
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/HyperParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/HyperParser.py b/Lib/idlelib/HyperParser.py
index 19e4977f7c..bd92807af8 100644
--- a/Lib/idlelib/HyperParser.py
+++ b/Lib/idlelib/HyperParser.py
@@ -112,7 +112,7 @@ class HyperParser:
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