mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Bug reported by Tobias Thelen: missing "self." in assignment target.
This commit is contained in:
parent
13ae1c8ff8
commit
f247d75507
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class shlex:
|
|||
self.pushback = [nextchar] + self.pushback
|
||||
if self.debug >= 2:
|
||||
print "I see punctuation in word state"
|
||||
state = ' '
|
||||
self.state = ' '
|
||||
if self.token:
|
||||
break # emit current token
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue