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 serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2014-06-01.17:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401645052.61.0.988183577519.issue21629@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python Tools/clinic/clinic.py --converters

Legacy 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 range

As I see, the problem is in the self converter which has empty format_unit.
History
Date User Action Args
2014-06-01 17:50:52serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2014-06-01 17:50:52serhiy.storchakasetmessageid: <1401645052.61.0.988183577519.issue21629@psf.upfronthosting.co.za>
2014-06-01 17:50:52serhiy.storchakalinkissue21629 messages
2014-06-01 17:50:52serhiy.storchakacreate