[issue26316] Probable typo in Arg Clinic’s linear_format()

2016-02-10 Thread STINNER Victor
STINNER Victor added the comment: Go ahead. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue26316] Probable typo in Arg Clinic’s linear_format()

2016-02-08 Thread Larry Hastings
Larry Hastings added the comment: Yeah, change "curl" to "curly". If you commit the fix without a test case I'd forgive you. Or I can do it if that makes you nervous. -- ___ Python tracker __

[issue26316] Probable typo in Arg Clinic’s linear_format()

2016-02-08 Thread Martin Panter
New submission from Martin Panter: The curly bracket separator is assigned to “curl”, but then the previous “curly” variable is tested: https://hg.python.org/cpython/annotate/3.5/Tools/clinic/clinic.py#l202 name, curl, trailing = trailing.partition('}') if not curly or name not in kwargs: