2010/10/6 Fred Drake <fdr...@acm.org>:
> On Wed, Oct 6, 2010 at 12:54 PM, Friedrich Romstedt
> <friedrichromst...@gmail.com> wrote:
>> It's in my
>> opinion always a good idea to try to avoid hard-coding directory
>> separators (/), and to use os.path.join() instead.
>
> Distutils specifically wants "/" rather than the local platform's
> separator, and takes care of conversion as needed.

Sure, thanks for the correction!  Don't know if glob would need
platform-specific separators, though?

Friedrich
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to