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 ncoghlan
Recipients laxrulz777, loewis, ncoghlan, skip.montanaro
Date 2008-12-30.14:05:12
SpamBayes Score 0.00028370213
Marked as misclassified No
Message-id <1230645913.12.0.963352373292.issue4755@psf.upfronthosting.co.za>
In-reply-to
Content
The regex based approach to the component splitting when os.altsep is
defined obviously works as well. Duplicating the values of sep and
altsep in the default regex that way grates a little though...
History
Date User Action Args
2008-12-30 14:05:13ncoghlansetrecipients: + ncoghlan, loewis, skip.montanaro, laxrulz777
2008-12-30 14:05:13ncoghlansetmessageid: <1230645913.12.0.963352373292.issue4755@psf.upfronthosting.co.za>
2008-12-30 14:05:12ncoghlanlinkissue4755 messages
2008-12-30 14:05:12ncoghlancreate