forked from VimPlug/jedi
Do more comparisons in the subprocess
This commit is contained in:
@@ -93,7 +93,7 @@ class Context(BaseContext):
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
if type(index) not in (float, int, str, unicode, slice):
|
||||
if type(index) not in (float, int, str, unicode, slice, bytes):
|
||||
# If the index is not clearly defined, we have to get all the
|
||||
# possiblities.
|
||||
if isinstance(self, AbstractIterable) and self.array_type == 'dict':
|
||||
|
||||
Reference in New Issue
Block a user