* config.c: different default PYTHONPATH for MS-DOS

* timemodule.c: change #ifdef TURBO_C into #ifdef MSDOS
* posixmodule.c: MSDOS changes by Marcel van der Peijl (Digicash)
* stropmodule.c: use C isspace(c) to test for whitespace; add
  whitespace, lowercase and uppercase variables to the module.
This commit is contained in:
Guido van Rossum 1993-07-09 10:51:31 +00:00
parent d05eb8b0fc
commit e22e6442b7
4 changed files with 98 additions and 21 deletions

View file

@ -141,7 +141,7 @@ donecalls()
#ifdef MSDOS
/* In MS-DOS, the delimiter is a semicolon */
#define PYTHONPATH ".;C\\python\\lib"
#define PYTHONPATH ".;..\\lib;\\python\\lib"
#endif /* MSDOS */
#ifndef PYTHONPATH