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.


  -Fred

--
Fred L. Drake, Jr.    <fdrake at acm.org>
"A storm broke loose in my mind."  --Albert Einstein
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to