[Distutils] Problems with cli.exe

Jim Fulton jim at zope.com
Tue Aug 22 20:56:36 CEST 2006


Phillip,

I'v updated launcher.c, cli.exe, and gui.exe on the jim-fix- 
setuptools-cli branch.
I've also added a doctest for cli.exe.

The update:

- Causes script arguments to be quoted with correct handling of embedded
   double quotes.   This allows passing arguments with embedded spaces
   and double quotes to scripts.

- Added support for passing a single argument (possibly specifying  
multiple
   options) to the Python executable on the #! line.

- Fixed a bug in handling trailing spaces on the #! line.

Let me know if you'd like me to merge this to the 0.6 branch and trunk.

Jim

--
Jim Fulton			mailto:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org





More information about the Distutils-SIG mailing list