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 lemburg
Recipients barry, lemburg, pitrou, r.david.murray, tarek
Date 2009-10-20.17:32:06
SpamBayes Score 9.4951625e-05
Marked as misclassified No
Message-id <4ADDF415.7070702@egenix.com>
In-reply-to <1256053829.53.0.130169587799.issue7175@psf.upfronthosting.co.za>
Content
Tarek Ziadé wrote:
> 
> Tarek Ziadé <ziade.tarek@gmail.com> added the comment:
> 
> I like ~/.python very much too (that was my initial proposal IIRC). 

+1 on that name as well.

One thing to note though: it is well possible that a user uses
multiple Python versions. With just one such directory, all
versions would look in the same directory for the configuration
files and this could lead to incompatibilities, e.g. Python 2.7
might not like that Python 3.6 needs in some config file (for
whatever reason).

> 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

I think Subversion get's this pretty right, so we might want
to follow their scheme:

http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1
History
Date User Action Args
2009-10-20 17:32:08lemburgsetrecipients: + lemburg, barry, pitrou, tarek, r.david.murray
2009-10-20 17:32:07lemburglinkissue7175 messages
2009-10-20 17:32:06lemburgcreate