[Distutils] Copying entire directory
Fred Drake
fdrake at acm.org
Wed Oct 6 18:57:50 CEST 2010
On Wed, Oct 6, 2010 at 12:54 PM, Friedrich Romstedt
<friedrichromstedt at 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
More information about the Distutils-SIG
mailing list