[New-bugs-announce] [issue29895] Distutils blows up with an incorrect pypirc, should be caught

Tommy Carpenter report at bugs.python.org
Fri Mar 24 10:24:33 EDT 2017


New submission from Tommy Carpenter:

Full details and stacktrace are at: http://stackoverflow.com/questions/43001446/python-pypi-configparser-blowing-up-when-pointing-to-certain-repo/43001770#43001770

Essentially, I had an index-servers section that listed a repo, that was not listed in the remainder of the .pypirc file. Instead of distutils catching this, it blows up in an obscure ConfigParsing error.

----------
components: Distutils
messages: 290090
nosy: Tommy Carpenter, dstufft, merwok
priority: normal
severity: normal
status: open
title: Distutils blows up with an incorrect pypirc, should be caught
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list