bpython version 0.10.1 on top of Python 3.2.2
(installed from Gentoo Portage)
"import math" not autocompleting on python 3.2
when import math + print(math):
<module 'math' from '/usr/lib/python3.2/lib-dynload/math.cpython-32.so'>
when press autocomplete import math. it shows:
math.cpython-32
but when press enter, it shows:
import math.cpython-32
File "", line 1
import math.cpython-32
^
SyntaxError: invalid syntax
sorry, i am not native english speaker
bpython version 0.10.1 on top of Python 3.2.2
(installed from Gentoo Portage)
"import math" not autocompleting on python 3.2
when import math + print(math):
<module 'math' from '/usr/lib/python3.2/lib-dynload/math.cpython-32.so'>
when press autocomplete import math. it shows:
math.cpython-32
but when press enter, it shows:
sorry, i am not native english speaker