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 paul.j3
Recipients bethard, gruszczy, paul.j3, python-dev
Date 2015-10-19.21:33:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445290402.69.0.494136055053.issue11174@psf.upfronthosting.co.za>
In-reply-to
Content
This formatter produces an error if one or more of the arguments uses the default `None` type (a string).   This is because `None` does not have a `.__name__`.

This HelpFormatter probably has been rarely, if ever, used.  The metavar parameter works just as well.
History
Date User Action Args
2015-10-19 21:33:22paul.j3setrecipients: + paul.j3, bethard, gruszczy, python-dev
2015-10-19 21:33:22paul.j3setmessageid: <1445290402.69.0.494136055053.issue11174@psf.upfronthosting.co.za>
2015-10-19 21:33:22paul.j3linkissue11174 messages
2015-10-19 21:33:22paul.j3create