Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00607e9 commit ad17be7Copy full SHA for ad17be7
1 file changed
Lib/shlex.py
@@ -49,9 +49,6 @@ def __init__(self, instream=None, infile=None, posix=False):
49
self.token = ''
50
self.filestack = deque()
51
self.source = None
52
- if self.debug:
53
- print('shlex: reading from %s, line %d' \
54
- % (self.instream, self.lineno))
55
56
def push_token(self, tok):
57
"Push a token onto the stack popped by the get_token method"
0 commit comments