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

Martin Panter report at bugs.python.org
Sat Feb 13 23:35:14 EST 2016


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:
Destination does not exist: 'file'
[Exit 255]

----------
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26316>
_______________________________________


More information about the Python-bugs-list mailing list