[issue28391] Multiple occurances of: Closing quotes separate words

R. David Murray report at bugs.python.org
Sun Oct 9 01:04:27 EDT 2016


R. David Murray added the comment:

Case 2 (the actual behavior) is correct.  Quotes *within* words are ignored, only a leading quoted string will result in a separate word.  (That's recursive: try '"Do""This""Separate).

That said, we don't really care about non-posix mode, it's just there for backward compatibility.  I don't know why we haven't changed the default for shlex.shlex to posix=True.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28391>
_______________________________________


More information about the Python-bugs-list mailing list