]> granicus.if.org Git - python/commit
my previous change did what I said it should not: it changed the current
authorFred Drake <fdrake@acm.org>
Fri, 4 Apr 2008 11:31:14 +0000 (11:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 4 Apr 2008 11:31:14 +0000 (11:31 +0000)
commitfe7056240b081ccf51ff08b3a15afbfad52a87ad
tree3c7e9119703f1e01e4a52319059d88231c145ff9
parentdc96a77c3adc79694382a994249a3ec526d6f526
my previous change did what I said it should not: it changed the current
directory to the directory in which the setup.py script lived (which made
__file__ wrong)

fixed, with test that the script is run in the current directory of the caller
Lib/distutils/core.py
Lib/distutils/tests/test_core.py