mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merge with 3.4
This commit is contained in:
commit
9bec397df9
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class HyperParser:
|
||||||
If it is not surrounded by brackets, or the end of line comes
|
If it is not surrounded by brackets, or the end of line comes
|
||||||
before the closing bracket and mustclose is True, returns None.
|
before the closing bracket and mustclose is True, returns None.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
bracketinglevel = self.bracketing[self.indexbracket][1]
|
bracketinglevel = self.bracketing[self.indexbracket][1]
|
||||||
before = self.indexbracket
|
before = self.indexbracket
|
||||||
while (not self.isopener[before] or
|
while (not self.isopener[before] or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue