[issue7175] unify pydistutils.cfg and distutils.cfg and use .local

Tarek Ziadé report at bugs.python.org
Tue Oct 20 17:50:29 CEST 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

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

----------
nosy: +barry, lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7175>
_______________________________________


More information about the Python-bugs-list mailing list