mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue