diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-06-27 01:11:03 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-06-27 01:11:03 +0100 |
commit | e7152f9d54c379b55baa279fc8f252356bf8c327 (patch) | |
tree | a706c415168e5b14b86db6882eed65783b3980f9 /pylint/checkers/stdlib.py | |
parent | 575c90d19d7b39392fdb92cb401a2995882c0ff0 (diff) | |
download | pylint-git-e7152f9d54c379b55baa279fc8f252356bf8c327.tar.gz |
iterparse is not actually deprecated, only its parameter. Close #947.
Diffstat (limited to 'pylint/checkers/stdlib.py')
-rw-r--r-- | pylint/checkers/stdlib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/stdlib.py b/pylint/checkers/stdlib.py index 148af5b32..b01139ccf 100644 --- a/pylint/checkers/stdlib.py +++ b/pylint/checkers/stdlib.py @@ -154,7 +154,6 @@ class StdlibChecker(BaseChecker): 'plistlib.readPlist', 'plistlib.writePlist', 'plistlib.readPlistFromBytes', 'plistlib.writePlistToBytes', - 'xml.etree.ElementTree.iterparse', ], (3, 5): [ 'fractions.gcd', |