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 jens
Recipients jens, lukasz.langa, martin.panter, tbekolay
Date 2015-06-10.07:45:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433922349.98.0.941164242622.issue24086@psf.upfronthosting.co.za>
In-reply-to
Content
IMHO i ran into the same bug, try to "./setup.py upload" with my new password in ~/.pypirc:

    configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: "%foobar"

This is a limitation of the configparser... But what's about to validate this on the "set PyPi password view" ?

So that's impossible to set a PyPi password which can't be parsed by configparser ?
History
Date User Action Args
2015-06-10 07:45:50jenssetrecipients: + jens, lukasz.langa, martin.panter, tbekolay
2015-06-10 07:45:49jenssetmessageid: <1433922349.98.0.941164242622.issue24086@psf.upfronthosting.co.za>
2015-06-10 07:45:49jenslinkissue24086 messages
2015-06-10 07:45:49jenscreate