[issue10159] rlcompleter's tests depend on dict order

2010-10-21 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Applied in r85766. Thanks!

--
nosy: +georg.brandl
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10159
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10159] rlcompleter's tests depend on dict order

2010-10-20 Thread Andreas Stührk

New submission from Andreas Stührk andy-pyt...@hammerhartes.de:

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.

--
components: Tests
files: test_rlcompleter_order.patch
keywords: patch
messages: 119240
nosy: Trundle
priority: normal
severity: normal
status: open
title: rlcompleter's tests depend on dict order
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file19308/test_rlcompleter_order.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10159
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10159] rlcompleter's tests depend on dict order

2010-10-20 Thread Ned Deily

Ned Deily n...@acm.org added the comment:

The patch looks good to me.

--
nosy: +ned.deily, pitrou
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10159
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com