Message228908
| 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:01 | georg.brandl | set | recipients: + georg.brandl, loewis, pitrou, vstinner, Jeffrey.Armstrong |
| 2014-10-09 20:41:01 | georg.brandl | set | messageid: <1412887261.8.0.0700688598757.issue22579@psf.upfronthosting.co.za> |
| 2014-10-09 20:41:01 | georg.brandl | link | issue22579 messages |
| 2014-10-09 20:41:01 | georg.brandl | create | |