It was mentioned in the IRCtubes that it would be very nice to have completion on (for instance) from datetime import xyz import datetime.xyz Where xyz would complete. --- - Bitbucket: https://bitbucket.org/bobf/bpython/issue/48 - Originally Reported By: [Simon de Vlieger](http://bitbucket.org/ikanobori) - Originally Created At: 2009-07-19T09:08:47.827
It was mentioned in the IRCtubes that it would be very nice to have completion on (for instance)
from datetime import xyz
import datetime.xyz
Where xyz would complete.