Closed debjan closed 7 years ago
something wrong with jedi parser https://github.com/davidhalter/jedi would be the better place for this bug
I don't think it's the jedi parser (I have 0.9.0 installed), as this works fine with the autocomplete-python package for the Atom editor, which bundles jedi 0.9.0. I get an identical traceback with:
import argparse
argparse.
Sorry but cannot reproduce with
import argparse
argparse.<alt+/>
PS: on linux
I am on Windows 7 with Python 3.4. The problem with the carriage return is obviously a Windows thing, hmm...
This issue seems like caused by either updating to current SublimeJedi or updating to numpy 1.9.2. I'm running ST from dev channel on Windows 7.
For example:
results in this debug messages: