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 Trundle
Recipients Trundle
Date 2010-10-20.22:40:12
SpamBayes Score 8.173156e-06
Marked as misclassified No
Message-id <1287614414.29.0.153122456911.issue10159@psf.upfronthosting.co.za>
In-reply-to
Content
Some tests in test_rlcompleter make assumptions about the order of the list of names that the completion methods of a Completer object return. That order is not guaranteed and will break when running the tests under e.g. PyPy.

The attached patch against py3k branch tries to fix that.
History
Date User Action Args
2010-10-20 22:40:14Trundlesetrecipients: + Trundle
2010-10-20 22:40:14Trundlesetmessageid: <1287614414.29.0.153122456911.issue10159@psf.upfronthosting.co.za>
2010-10-20 22:40:12Trundlelinkissue10159 messages
2010-10-20 22:40:12Trundlecreate