]> granicus.if.org Git - python/commit
- Issue #2385: distutils.core.run_script() makes __file__ available, so the
authorFred Drake <fdrake@acm.org>
Fri, 4 Apr 2008 05:41:30 +0000 (05:41 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 4 Apr 2008 05:41:30 +0000 (05:41 +0000)
commit46c58c17f18b87f4a3d3d363f171cff1715981d1
tree0345b6b8417d022f34863667803b07ca305250bd
parent2b860db35c5346c216672f94031ecc800dbebf02
- Issue #2385: distutils.core.run_script() makes __file__ available, so the
  controlled environment will more closely mirror the typical script
  environment.  This supports setup.py scripts that refer to data files.
Lib/distutils/core.py
Lib/distutils/tests/test_core.py [new file with mode: 0644]
Misc/NEWS