mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Fix tests, skip more Python 2
This commit is contained in:
@@ -388,6 +388,7 @@ k = 'a'
|
||||
#? int()
|
||||
some_dct[k]
|
||||
|
||||
# python > 3.5
|
||||
some_other_dct = dict(some_dct, c=set)
|
||||
#? int()
|
||||
some_other_dct['a']
|
||||
|
||||
Reference in New Issue
Block a user