This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rmsr
Recipients larry, rmsr
Date 2014-01-18.04:50:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390020651.69.0.606009700331.issue20292@psf.upfronthosting.co.za>
In-reply-to
Content
Find test file attached. The exception:

Exception raised during parsing:
Traceback (most recent call last):
...
  File "proj/python/trunk.hg/Tools/clinic/clinic.py", line 1535, in render
    self.parse_argument(data.parse_arguments)
  File "proj/python/trunk.hg/Tools/clinic/clinic.py", line 1563, in parse_argument
    list.append(c_repr(self.encoding))
NameError: global name 'c_repr' is not defined
History
Date User Action Args
2014-01-18 04:50:51rmsrsetrecipients: + rmsr, larry
2014-01-18 04:50:51rmsrsetmessageid: <1390020651.69.0.606009700331.issue20292@psf.upfronthosting.co.za>
2014-01-18 04:50:51rmsrlinkissue20292 messages
2014-01-18 04:50:51rmsrcreate