Skip to content

Commit 8c2f2d6

Browse files
aaronliu0130github-actions[bot]
authored andcommitted
Undeprecate getopt (#10213)
Upstream undeprecated it in December (python/cpython#126227) (cherry picked from commit 47579c8)
1 parent bbd73ce commit 8c2f2d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: doc/whatsnew/fragments/10211.false_positive

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Remove `getopt` from the list of deprecated modules.
2+
3+
Closes #10211

Diff for: pylint/checkers/imports.py

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
"uu",
8080
"xdrlib",
8181
},
82-
(3, 13, 0): {"getopt"},
8382
}
8483

8584

0 commit comments

Comments
 (0)