Skip to content

"import math" not autocompleting on python 3.2 #204

@ikanobori

Description

@ikanobori

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


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions