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

2016-02-13 Thread Martin Panter
Martin Panter added the comment: I did look into testing, but I gave up. :) The test file doesn’t even import. I got the following error (without exception or traceback), cause by the line that reads “c = clinic.Clinic(language='C')”: $ (cd Tools/clinic/ && ../../python clinic_test.py) Error:

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

2016-02-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset aec2eae8933e by Martin Panter in branch '3.5': Issue #26316: Fix variable name typo in Argument Clinic https://hg.python.org/cpython/rev/aec2eae8933e New changeset 6c122e4e1cb2 by Martin Panter in branch 'default': Issue #26316: Merge Arg Clinic fix

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

2016-02-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Probable typo in Arg Clinic’s linear_format() -> Probable typo in Arg Clinic's linear_format() ___ Python tracker ___ _