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 Błażej Michalik
Recipients Błażej Michalik, remi.lapeyre, rhettinger, tuxtimo
Date 2018-06-30.22:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530397679.18.0.56676864532.issue28657@psf.upfronthosting.co.za>
In-reply-to
Content
It was nearly 2 years ago when we needed it, and we avoided the issue by overriding get_names(). I'll have to find the code in which this was used to answer your question.

I guess we could've modified the class definition, however weirdly would that look.

But then again, shouldn't the commands that are runnable from inside .cmdloop() be auto-completable and visible in 'help'? IMHO it does make some intuitive sense, or at least it seems less surprising.
History
Date User Action Args
2018-06-30 22:27:59Błażej Michaliksetrecipients: + Błażej Michalik, rhettinger, tuxtimo, remi.lapeyre
2018-06-30 22:27:59Błażej Michaliksetmessageid: <1530397679.18.0.56676864532.issue28657@psf.upfronthosting.co.za>
2018-06-30 22:27:59Błażej Michaliklinkissue28657 messages
2018-06-30 22:27:59Błażej Michalikcreate