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.
Created on 2010年11月08日 09:27 by Valery.Khamenya, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg120722 - (view) | Author: Valery Khamenya (Valery.Khamenya) | Date: 2010年11月08日 09:27 | |
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 want to use it as for up-to-date test_rlcompleter.py, given the issue #10351 is accepted ;-) |
|||
| msg120724 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年11月08日 10:09 | |
trunk is no longer active. The real "trunk" is the py3k branch, which does have test_rlcompleter. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:08 | admin | set | github: 54561 |
| 2010年11月08日 10:10:00 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg120724 resolution: not a bug |
| 2010年11月08日 09:27:41 | Valery.Khamenya | create | |