mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
* 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:
parent
d05eb8b0fc
commit
e22e6442b7
4 changed files with 98 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue