[issue1858] Make .pypirc handle multiple servers

Tarek Ziadé report at bugs.python.org
Sat Feb 23 16:36:44 CET 2008


Tarek Ziadé added the comment:

The last patch also fixes the HOME issues under Windows: #1531505,
#1741, #2166 where .pypirc and .pydistutils.cfg were not found. It is
not using os.path.expanduser to simplify the code usage (~\/ is rather
unreadable) (see the get_home() function in util.py)

Added file: http://bugs.python.org/file9500/bugday-distutils.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1858>
__________________________________


More information about the Python-bugs-list mailing list