[issue21999] shlex: bug in posix more handling of empty strings

2014-07-18 Thread Phil Connell
Changes by Phil Connell : -- nosy: +pconnell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue21999] shlex: bug in posix more handling of empty strings

2014-07-17 Thread Martin Morrison
Changes by Martin Morrison : Added file: http://bugs.python.org/file35984/shlex.2.7.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue21999] shlex: bug in posix more handling of empty strings

2014-07-17 Thread Martin Morrison
New submission from Martin Morrison: Minimal testcase of the problem situation is tokenising (with posix mode on): ''), Specifically, an empty string, followed by a non-word character, followed by a non-space character. In this case, the token buffer is empty and due to a missing check for