[issue7611] shlex not posix compliant when parsing "foo#bar"

Meador Inge report at bugs.python.org
Sun Nov 27 19:27:52 CET 2011


Meador Inge <meadori at gmail.com> added the comment:

Here a some of the relevant links from POSIX 2008:

   1. Shell Command Language - http://pubs.opengroup.org/onlinepubs/9699919799/idx/shell.html
   3. Shell Command Language Rationale - http://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html

Sections 2.3 (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_03) and 2.10 (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_10) of [1] are particularly relevant.

----------
nosy: +meador.inge

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


More information about the Python-bugs-list mailing list