]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- PYTHONPATH is now \n-separated, so you can have directories with
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 13:45:11 +0000 (13:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 14 Dec 1994 13:45:11 +0000 (13:45 +0000)
commitc5b26f4a05f6cfcc3fbf474d70af57d42f7a1439
treef0c3ca85ea710c271b9b6baf46efd6b4296a9f50
parentfea75336aac7de44abad089f91023c938b2559d6
- PYTHONPATH is now \n-separated, so you can have directories with
  spaces in the name.
- If you run python with a script the working directory is now the
  directory where the script lives (was: directory where python
  application lives). sys.path will include current dir, application
  dir and Lib, etc. relative to application dir. This is more like
  unix python does things and more useful besides (since you can
  easily import files living in the same directory as the importer).
- Added the macconsole, ctb, macspeech, macdnr and mactcp modules.
- For MW compiler, put 68K/PPC indication in version string.
Mac/Modules/config.c