pylib (the base for py.test) contains some magic about imports those are exposed as apimodules the basic issue is that something like ``` #!pycon >>> import py >>> py.execnet.<Tab> ``` wont autocomplete in bpython, while it will do that on ipython --- - Bitbucket: https://bitbucket.org/bobf/bpython/issue/58 - Originally Reported By: [Ronny Pfannschmidt](http://bitbucket.org/RonnyPfannschmidt) - Originally Created At: 2009-08-29T18:31:24.470
pylib (the base for py.test) contains some magic about imports
those are exposed as apimodules
the basic issue is that something like
wont autocomplete in bpython, while it will do that on ipython