Steven Bethard <[email protected]> added the comment: With argparse, you can specify formatter_class= RawDescriptionHelpFormatter and then format things however you want in the description.
http://docs.python.org/dev/library/argparse.html#formatter-class So I think there's no need for this in argparse. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6454> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
