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 martin.panter
Recipients martin.panter, python-dev, serhiy.storchaka
Date 2015-11-24.02:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448330870.94.0.0471662890791.issue25663@psf.upfronthosting.co.za>
In-reply-to
Content
I chose to keep my strategy of using the set. Using a dictionary to hold the matches could mess up the order, although it looks like Readline sorts the matches before displaying them.
History
Date User Action Args
2015-11-24 02:07:51martin.pantersetrecipients: + martin.panter, python-dev, serhiy.storchaka
2015-11-24 02:07:50martin.pantersetmessageid: <1448330870.94.0.0471662890791.issue25663@psf.upfronthosting.co.za>
2015-11-24 02:07:50martin.panterlinkissue25663 messages
2015-11-24 02:07:50martin.pantercreate