At 09:30 PM 9/4/2009 +0000, Reinout van Rees wrote:
There's one thing I couldn't find out: does the zipfile module report filenames as slashes or does it use the OS's preference? /me has no windows around to test it on. So there might be an OS inconsistency there. Running the tests on windows will uncover that, of course.
If you use the pkg_resources get_metadata and metadata_isdir/metadata_listdir operations, you can use /-separated paths regardless of platform.
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
