Skip to content

Commit a3f9b7c

Browse files
Undeprecate getopt (#10213) (#10214)
Upstream undeprecated it in December (python/cpython#126227) (cherry picked from commit 47579c8) Co-authored-by: Aaron Liu <[email protected]>
1 parent bbd73ce commit a3f9b7c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
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

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)