This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author evan_
Recipients Michal Ostrowski, evan_
Date 2017-01-05.10:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483613805.37.0.248446908567.issue29163@psf.upfronthosting.co.za>
In-reply-to
Content
This is also broken in 3.5.2, but not in 3.6.0:

>>> list(shlex.shlex('echo b="",echo bar', posix=True))
['echo', 'b', '=', '', ',', 'echo', 'bar']

I'm guessing it was fixed incidentally by the changes in issue1521950.
History
Date User Action Args
2017-01-05 10:56:45evan_setrecipients: + evan_, Michal Ostrowski
2017-01-05 10:56:45evan_setmessageid: <1483613805.37.0.248446908567.issue29163@psf.upfronthosting.co.za>
2017-01-05 10:56:45evan_linkissue29163 messages
2017-01-05 10:56:45evan_create