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 tlevine
Recipients jaraco, lukasz.langa, nagylzs, pitrou, r.david.murray, tlevine
Date 2016-01-22.20:43:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453495428.27.0.135540062927.issue20120@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed something else that might be interesting.
If I delete my .pypirc and have setuptools create it,

  python3.5 -c 'import setuptools; setuptools.setup()' register

the .pypirc is created with the un-escaped percent sign and without error.
I receive the error when I try to use the .pypirc next time.

If a different config parser is being used in the writing, perhaps we could at least use the same one in both places.
History
Date User Action Args
2016-01-22 20:43:48tlevinesetrecipients: + tlevine, jaraco, pitrou, r.david.murray, nagylzs, lukasz.langa
2016-01-22 20:43:48tlevinesetmessageid: <1453495428.27.0.135540062927.issue20120@psf.upfronthosting.co.za>
2016-01-22 20:43:48tlevinelinkissue20120 messages
2016-01-22 20:43:48tlevinecreate