forked from VimPlug/jedi
Remove Python 3.4 support
This commit is contained in:
@@ -107,7 +107,7 @@ class PushBackIterator(object):
|
||||
def ignored(*exceptions):
|
||||
"""
|
||||
Value manager that ignores all of the specified exceptions. This will
|
||||
be in the standard library starting with Python 3.4.
|
||||
be in the standard library starting with Python 3.5.
|
||||
"""
|
||||
try:
|
||||
yield
|
||||
|
||||
Reference in New Issue
Block a user