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 georg.brandl
Recipients Jeffrey.Armstrong, georg.brandl, loewis, pitrou, vstinner
Date 2014-10-09.20:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412887261.8.0.0700688598757.issue22579@psf.upfronthosting.co.za>
In-reply-to
Content
There is also

#if !defined(__QNX__)
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
#define SEP L'\\'
#define ALTSEP L'/'
#define MAXPATHLEN 256
#define DELIM L';'
#endif
#endif

in Include/osdefs.h
History
Date User Action Args
2014-10-09 20:41:01georg.brandlsetrecipients: + georg.brandl, loewis, pitrou, vstinner, Jeffrey.Armstrong
2014-10-09 20:41:01georg.brandlsetmessageid: <1412887261.8.0.0700688598757.issue22579@psf.upfronthosting.co.za>
2014-10-09 20:41:01georg.brandllinkissue22579 messages
2014-10-09 20:41:01georg.brandlcreate