[Spambayes] ini file fumbling broke

Tim Peters tim.one at comcast.net
Thu Feb 13 16:37:13 EST 2003


>>> This would include a filename-seperator string, presumably defaulting
>>> to ":" (covering *nix and OSX), with ";" for Win*

>> It sounds like "os.pathsep" is what you're looking for.

> Nope.  Pathsep is forwardslash or backslash.  We can't delimit multiple
> filenames on that... ;) - TimS

Nope.  Here on Windows:

>>> import os
>>> os.pathsep
';'
>>> os.sep
'\\'
>>>

pathsep is named in honor of its use in PATH-like expressions, which contain
multiple directory paths.




More information about the Spambayes mailing list