New submission from Robert McGibbon:

I'm not really sure how what the format for filing bugs with python is, so I'm 
sorry in advance if I've done something wrong.

There is a very small py3k bug in the readline completer (rlcompleter.py).

Specifically, if you look at line 105 
(http://hg.python.org/cpython/file/03ce83e43e1b/Lib/rlcompleter.py#l105), you 
can see that the rlcompleter module is trying to remove '__builtins__' from the 
list of possible completions that it gives. This made sense in python2.x, but 
sense the name '__bultins__' was changed to 'builtins', perhaps the line should 
be changed?

The same issue applies on line 131-134 of the same file I think.

Thanks!

----------
messages: 176833
nosy: rmcgibbo
priority: normal
severity: normal
status: open
title: rlcompleter
type: behavior
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16600>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to