[Distutils] scripts versus console_scripts
P.J. Eby
pje at telecommunity.com
Sat Sep 5 00:00:28 CEST 2009
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.
More information about the Distutils-SIG
mailing list