]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* config.c: different default PYTHONPATH for MS-DOS
authorGuido van Rossum <guido@python.org>
Fri, 9 Jul 1993 10:51:31 +0000 (10:51 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Jul 1993 10:51:31 +0000 (10:51 +0000)
commite22e6442b748f5f4703cb6f221e1e10b320d0295
treeb464f80ce6b88f81a4b79cd3270f7990ee14ef4e
parentd05eb8b0fc24c518abcd582e875393886f37689b
* 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.
Modules/config.c.in
Modules/posixmodule.c
Modules/stropmodule.c
Modules/timemodule.c