[issue16600] small py3k issue in rlcompleter

2012-12-07 Thread Éric Araujo
Éric Araujo added the comment: Actually the module was named __builtin__ in 2.x; __builtins__ was an optimization done for module globals, as an implementation detail of CPython. -- nosy: +eric.araujo versions: -Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 __

[issue16600] small py3k issue in rlcompleter

2012-12-03 Thread Robert McGibbon
Robert McGibbon added the comment: nevermind. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16600] small py3k issue in rlcompleter

2012-12-03 Thread Robert McGibbon
Changes by Robert McGibbon : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue16600] small py3k issue in rlcompleter

2012-12-03 Thread Robert McGibbon
Changes by Robert McGibbon : -- title: small py3k bug in rlcompleter -> small py3k issue in rlcompleter ___ Python tracker ___ ___ Pyt