
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2014-06-01 17:50 byserhiy.storchaka, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Messages (4) | |||
|---|---|---|---|
| msg219512 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2014-06-01 17:50 | |
$ ./pythonTools/clinic/clinic.py --convertersLegacy converters:Traceback (most recent call last): File "Tools/clinic/clinic.py", line 4199, in <module> sys.exit(main(sys.argv[1:])) File "Tools/clinic/clinic.py", line 4131, in main print(' ' + ' '.join(c for c in legacy if c[0].isupper())) File "Tools/clinic/clinic.py", line 4131, in <genexpr> print(' ' + ' '.join(c for c in legacy if c[0].isupper()))IndexError: string index out of rangeAs I see, the problem is in the self converter which has empty format_unit. | |||
| msg220251 -(view) | Author: Larry Hastings (larry)*![]() | Date: 2014-06-11 10:43 | |
Confirmed. | |||
| msg220255 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2014-06-11 11:31 | |
New changeset6b2db7fc17f7 by Larry Hastings in branch '3.4':Issue#21629: Fix Argument Clinic's "--converters" feature.http://hg.python.org/cpython/rev/6b2db7fc17f7 | |||
| msg220257 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2014-06-11 11:35 | |
New changeset8b4b8f5d7321 by Larry Hastings in branch 'default':Issue#21629: Merge from 3.4.http://hg.python.org/cpython/rev/8b4b8f5d7321 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:04 | admin | set | github: 65828 |
| 2014-06-11 11:35:53 | larry | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2014-06-11 11:35:36 | python-dev | set | messages: +msg220257 |
| 2014-06-11 11:31:04 | python-dev | set | nosy: +python-dev messages: +msg220255 |
| 2014-06-11 10:43:35 | larry | set | assignee:larry messages: +msg220251 stage: needs patch |
| 2014-06-01 17:50:52 | serhiy.storchaka | create | |