This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andy-chu
Recipients
Date 2007-07-11.06:25:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Good point, however I decided to set sys.path[0] and sys.argv[0] a little differently, based on some more testing, as you can see explained in the new patch I just uploaded.

Those are details; I'll post to python-dev and see what people think of the general idea.  If it's accepted then we can figure out the details.  For now I made the function very specific to the -z flag.

I'm not sure I have a use case for invoking a zip file from another python module.  If we were to put that back in, it might be better to have 2 separate functions anyway, since this one is only 3 lines basically.


File Added: runzip8.diff
History
Date User Action Args
2007-08-23 15:58:48adminlinkissue1739468 messages
2007-08-23 15:58:48admincreate