Larry Hastings added the comment:
Thanks for the report! It's fixed now. Sorry about that!
--
assignee: -> larry
components: +Demos and Tools -Build
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
Roundup Robot added the comment:
New changeset 949acdd43b45 by Larry Hastings in branch 'default':
Issue #20292: Small bug fix for Argument Clinic supporting format units
http://hg.python.org/cpython/rev/949acdd43b45
--
nosy: +python-dev
___
Python tr
New submission from Ryan Smith-Roberts:
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/tru