[issue10352] rlcompleter.py has no tests in trunk

2010-11-08 Thread Georg Brandl
Georg Brandl added the comment: trunk is no longer active. The real "trunk" is the py3k branch, which does have test_rlcompleter. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker

[issue10352] rlcompleter.py has no tests in trunk

2010-11-08 Thread Valery Khamenya
New submission from Valery Khamenya : rlcompleter.py has no test_rlcompleter in trunk, see http://svn.python.org/view/python/trunk/Lib/test/ There is one in 2.7 though. Remark: the issue http://bugs.python.org/issue10351 introduces autocompletion patch and comes with new tests. So, one may wan