This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fdrake
Recipients fdrake, tarek
Date 2008-04-04.11:34:37
SpamBayes Score 0.12027894
Marked as misclassified No
Message-id <1207308889.01.0.504102733933.issue2385@psf.upfronthosting.co.za>
In-reply-to
Content
Of course, my previous commit did what I said it should not in #1 above:
it changed the current directory to the directory in which the setup.py
script lived (which made __file__ wrong).

Fixed in revision 62147, including test that checks that the script is
run in the current directory of the caller.
History
Date User Action Args
2008-04-04 11:34:49fdrakesetspambayes_score: 0.120279 -> 0.12027894
recipients: + fdrake, tarek
2008-04-04 11:34:49fdrakesetspambayes_score: 0.120279 -> 0.120279
messageid: <1207308889.01.0.504102733933.issue2385@psf.upfronthosting.co.za>
2008-04-04 11:34:38fdrakelinkissue2385 messages
2008-04-04 11:34:37fdrakecreate