[New-bugs-announce] [issue16600] rlcompleter

Robert McGibbon report at bugs.python.org
Mon Dec 3 10:55:29 CET 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue16600>
_______________________________________


More information about the New-bugs-announce mailing list