On Wed, Oct 6, 2010 at 1:06 PM, Friedrich Romstedt <friedrichromst...@gmail.com> wrote: > Sure, thanks for the correction! Don't know if glob would need > platform-specific separators, though?
The glob module does need platform separators. When used indirectly via distutils, "/" is always the right thing, though. distutils is required to ensure the transformation is performed before passing paths through to glob. -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