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 tbekolay
Recipients lukasz.langa, tbekolay
Date 2015-05-04.17:09:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430759343.91.0.8393317976.issue24086@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the quick response! I can see the use case for using interpolation in .pypirc. Unfortunately for me, I push releases for both Python 2 and Python 3, so having the double percent sign will cause problems for me on Python 2.

The exception that's being raised is at line 442 (https://hg.python.org/cpython/file/default/Lib/configparser.py#l442). The message itself seems to have the right information, but setuptools seems to mangle it  (perhaps InterpolationSyntaxError needs a __repr__ or __str__?)
History
Date User Action Args
2015-05-04 17:09:03tbekolaysetrecipients: + tbekolay, lukasz.langa
2015-05-04 17:09:03tbekolaysetmessageid: <1430759343.91.0.8393317976.issue24086@psf.upfronthosting.co.za>
2015-05-04 17:09:03tbekolaylinkissue24086 messages
2015-05-04 17:09:03tbekolaycreate