Message258835
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. |
|
Date |
User |
Action |
Args |
2016-01-22 20:43:48 | tlevine | set | recipients:
+ tlevine, jaraco, pitrou, r.david.murray, nagylzs, lukasz.langa |
2016-01-22 20:43:48 | tlevine | set | messageid: <1453495428.27.0.135540062927.issue20120@psf.upfronthosting.co.za> |
2016-01-22 20:43:48 | tlevine | link | issue20120 messages |
2016-01-22 20:43:48 | tlevine | create | |
|