]> granicus.if.org Git - python/commit
Implemented posix-mode parsing support in shlex.py, as dicussed in
authorGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 17 Apr 2003 21:31:33 +0000 (21:31 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Thu, 17 Apr 2003 21:31:33 +0000 (21:31 +0000)
commit68d8cef89a307bafc752da68dce078306bc51352
treea1a740dce058de6a3810ceb011675ab57dd900c6
parent84c2b1b9aa3a596b597d37e6258c790987e50963
Implemented posix-mode parsing support in shlex.py, as dicussed in
mailing list, and in patch #722686.
Doc/lib/libshlex.tex
Lib/shlex.py
Lib/test/test_shlex.py [new file with mode: 0644]
Misc/NEWS