mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 07:18:25 +08:00
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