]> granicus.if.org Git - python/commit
- sys.path[0] (the directory from which the script is loaded) is now
authorGuido van Rossum <guido@python.org>
Wed, 19 Feb 2003 15:25:10 +0000 (15:25 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 19 Feb 2003 15:25:10 +0000 (15:25 +0000)
commit162e38c6a312aa3e9c353419301087a4620c513c
tree7cbea919a90b99c00446bfa35905821b8dc7ee44
parent80be59b275dfd62545c69ca377bae02c02648839
- sys.path[0] (the directory from which the script is loaded) is now
  turned into an absolute pathname, unless it is the empty string.
  (SF patch #664376, by Skip Montanaro.)
Misc/NEWS
Python/sysmodule.c
configure
configure.in
pyconfig.h.in