[Python-checkins] python/dist/src/Lib/test test_shlex.py,NONE,1.1
Neal Norwitz
neal@metaslash.com
Thu, 17 Apr 2003 19:04:38 -0400
On Thu, Apr 17, 2003 at 02:31:35PM -0700, niemeyer@users.sourceforge.net wrote:
>
> Added Files:
> test_shlex.py
> Log Message:
> Implemented posix-mode parsing support in shlex.py, as dicussed in
> mailing list, and in patch #722686.
[...]
> if __name__ == "__main__":
> unittest.main()
Note: This does not get run under regrtest.py. I've checked in
a change so that this works when running the whole suite.
Neal