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

Terry J. Reedy report at bugs.python.org
Fri Nov 25 01:22:04 CET 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

The doc section has no reference, as in a live web link, to any version of the POSIX specification. This is unlike other doc sections that implement various RFCs (which also get updated). The docs also link to specific references for the Unicode version supported, which has changed from version to version.

The OP quotes (without giving a link) from the 2008 version. POSIX and shlex are much older than that, implying that shlex might conform to an earlier version, just as other modules implement older RFCs that have been superceded.

----------

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


More information about the Python-bugs-list mailing list