[issue24086] Configparser interpolation is unexpected

2016-06-11 Thread Łukasz Langa
Łukasz Langa added the comment: This is solved upstream in setuptools by disabling configparser interpolation. -- resolution: -> not a bug status: open -> closed ___ Python tracker

[issue24086] Configparser interpolation is unexpected

2015-09-04 Thread Łukasz Langa
Changes by Łukasz Langa : -- assignee: -> lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue24086] Configparser interpolation is unexpected

2015-06-10 Thread Jens Diemer
Jens Diemer added the comment: 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 t

[issue24086] Configparser interpolation is unexpected

2015-05-12 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue24086] Configparser interpolation is unexpected

2015-05-04 Thread Trevor Bekolay
Trevor Bekolay added the comment: 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

[issue24086] Configparser interpolation is unexpected

2015-04-30 Thread Łukasz Langa
Łukasz Langa added the comment: This is expected behaviour but I agree the error message should be improved. There are people using interpolation in .pypirc, if you don't want that, just use a double % sign and it will do the right thing. You don't have to change your password. I'll leave tha

[issue24086] Configparser interpolation is unexpected

2015-04-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lukasz.langa versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-lis

[issue24086] Configparser interpolation is unexpected

2015-04-30 Thread Trevor Bekolay
New submission from Trevor Bekolay: I was having an issue installing a package in Python 3, which installed properly in Python 2. This is the error message I got: Complete output from command python setup.py egg_info: Traceback (most recent call last): ... snip unhelpful traceback