New submission from Samwyse:

I've discovered that do_help method of cmd.Cmd prints the documented and 
undocumented commands in sorted order, but does not sort the miscellaneous 
topics.  This would be an easy fix, just change 
"self.print_topics(self.misc_header, help.keys(),15,80)" to use 
"sorted(help.keys())".

----------
components: Library (Lib)
messages: 232680
nosy: samwyse
priority: normal
severity: normal
status: open
title: sort misc help topics in cmd
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to