Glenn Linderman wrote: > That would seem to go a long ways toward making the facility user > friendly, at least on Windows, which is where your complaint about icons > was based, and the only change to Python would be to recognize that if a > .py contains a .zip signature,
That should work today - the zipfile/directory support shouldn't care about the filename at all (although the test suite doesn't currently cover any extensions other than .zip, so I could be wrong about that...). > then process it the same way as this > mysterious, not mentioned in the What's New .zip execution facility. Agreed this is all a bit underdocumented though - it is only mentioned in the online command line docs [1], with no mention anywhere in the tutorial or the interpreter's own help message, nor is it mentioned in the "Interpreter Changes" section for the What's New for 2.6 or 3.1. Cheers, Nick. [1] http://docs.python.org/using/cmdline.html#command-line -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com