This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients kle_py, loewis, tim.golden
Date 2008-12-23.00:01:41
SpamBayes Score 2.11725e-06
Marked as misclassified No
Message-id <49502A63.5010008@v.loewis.de>
In-reply-to <1229988909.78.0.500619780423.issue4723@psf.upfronthosting.co.za>
Content
> Of course my example was not that trivial, since i do sort of
> directory-walking, and i get the value passed over. And in Windows it is
> with backslash!

Not necessarily. Windows supports forward slashes as path separators
just as well.

> Ok, i will check my code, wherever i use os.path.basename and change it
> to process as raw string.

You can consider avoiding the path separator by using os.path.join all
the time. There might still be places where you need to provide absolute
file names as literals in your source code, but those should be few.
History
Date User Action Args
2008-12-23 00:01:42loewissetrecipients: + loewis, tim.golden, kle_py
2008-12-23 00:01:41loewislinkissue4723 messages
2008-12-23 00:01:41loewiscreate