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 tarek
Recipients exarkun, tarek, zooko
Date 2009-08-02.16:20:23
SpamBayes Score 1.2062573e-13
Marked as misclassified No
Message-id <1249230025.16.0.7974673023.issue6555@psf.upfronthosting.co.za>
In-reply-to
Content
The mac/win difference is with the starting dot because it's impossible
under windows to name a file under the directory browser UI that starts
with a ".". You have to be a power-user to do so. (pydistutils.cfg
versus .pydistutils.cfg)

Now for pydistutils.cfg  vs distutils.cfg I don't know why it's like
that. It should be "distutils.cfg" everywhere imho. Even if the global
and local one are eventually merged. I'll launch a thread about it on
distutils-sig.

Next, setup.cfg is for the current directory because this how you
operate with packages that have setup.py+setup.cfg files : you chdir in
the directory then run a distutils command.

Last, under windows, it should use os.path.expanduser('~') instead of
looking for a HOME variable. this will be fix in any case.
History
Date User Action Args
2009-08-02 16:20:25tareksetrecipients: + tarek, zooko, exarkun
2009-08-02 16:20:25tareksetmessageid: <1249230025.16.0.7974673023.issue6555@psf.upfronthosting.co.za>
2009-08-02 16:20:23tareklinkissue6555 messages
2009-08-02 16:20:23tarekcreate