Tarek Ziadé <ziade.ta...@gmail.com> added the comment: Right, thanks for noticing this.
Here's the change I am going to make: The code will use command.get_command_name() *everywhere* for the help display. This method implemented in Command does the following: - if the attribute "command_name" is present, it is returned - __class__.__name__ ortherwise. Meaning that you can define the name you want in the class. Notice that this is under-documented so I need to add some document for that behavior/feature. I will not push this change in 2.7 since I don't consider this as a bug. ---------- priority: -> normal resolution: -> accepted versions: +Python 2.7, Python 3.2 -Python 2.5, Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6860> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com