[issue10159] rlcompleter's tests depend on dict order

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Applied in r85766. Thanks! -- nosy: +georg.brandl resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue10159] rlcompleter's tests depend on dict order

2010-10-20 Thread Ned Deily
Ned Deily added the comment: The patch looks good to me. -- nosy: +ned.deily, pitrou stage: -> patch review ___ Python tracker ___ _

[issue10159] rlcompleter's tests depend on dict order

2010-10-20 Thread Andreas Stührk
New submission from Andreas Stührk : 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 py3