[issue20458] ``clinic.py --converters`` raises an exception

2014-01-31 Thread Brett Cannon

New submission from Brett Cannon:

 ./python.exe Tools/clinic/clinic.py --converters  
 ~/Repositories/cpython/default

Legacy converters:
Traceback (most recent call last):
  File Tools/clinic/clinic.py, line 4045, in module
sys.exit(main(sys.argv[1:]))
  File Tools/clinic/clinic.py, line 3977, in main
print('' + ' '.join(c for c in legacy if c[0].isupper()))
  File Tools/clinic/clinic.py, line 3977, in genexpr
print('' + ' '.join(c for c in legacy if c[0].isupper()))
IndexError: string index out of range

--
assignee: larry
components: Build
messages: 209802
nosy: brett.cannon, larry
priority: release blocker
severity: normal
stage: needs patch
status: open
title: ``clinic.py --converters`` raises an exception
type: behavior
versions: Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20458
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20458] ``clinic.py --converters`` raises an exception

2014-01-31 Thread Zachary Ware

Zachary Ware added the comment:

This is a duplicate of (part of) #20456; adding you there, Brett.

--
nosy: +zach.ware
resolution:  - duplicate
stage: needs patch - committed/rejected
status: open - closed
superseder:  - Argument Clinic rollup patch, 2014/01/31

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue20458
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com