[issue11473] upload command no longer accepts repository by section name

Jason R. Coombs report at bugs.python.org
Wed Sep 28 18:38:39 CEST 2011


Jason R. Coombs <jaraco at jaraco.com> added the comment:

Sure enough. I just confirmed that with Python 3.2.0, if .pypirc is symlinked, distutils behaves as if the .pypirc isn't present at all, but if that same .pypirc is copied, it behaves as expected. If one deletes the .pypirc altogether, it produces the same error.

Furthermore, this issue was fixed before the release of 3.2.2 (probably in 3.2.1).

My guess is that with the PYPIRC_CUSTOM_SERVER, it was somehow not being installed or resolved correctly, so the content was irrelevant.

I suggest we mark this bug as resolved (as the primary cause was due to the file not being read at all), but also apply your patch (which has some other good fixes) without the CUSTOM_SERVER, or with a version of the CUSTOM_SERVER that works.

----------

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


More information about the Python-bugs-list mailing list