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 barry, lemburg, pitrou, r.david.murray, tarek
Date 2009-10-20.15:50:27
SpamBayes Score 3.8875196e-06
Marked as misclassified No
Message-id <1256053829.53.0.130169587799.issue7175@psf.upfronthosting.co.za>
In-reply-to
Content
I like ~/.python very much too (that was my initial proposal IIRC). 

I guess the best way to add this support is to provide a new api in
site.py, that returns this folder.

Distutils can move pypirc and distutils.cfg file there.

Now for the global distutils.cfg, if we want to have it somewhere else
that the distutils package directory itself, we would need a
"/etc/python" scheme for instance, that could be also added in site.py.

I don't know though how the latter would look under windows
History
Date User Action Args
2009-10-20 15:50:29tareksetrecipients: + tarek, lemburg, barry, pitrou, r.david.murray
2009-10-20 15:50:29tareksetmessageid: <1256053829.53.0.130169587799.issue7175@psf.upfronthosting.co.za>
2009-10-20 15:50:28tareklinkissue7175 messages
2009-10-20 15:50:27tarekcreate