Undeprecate getopt (#10213) · pylint-dev/pylint@47579c8 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 47579c8
File tree
2 files changed
lines changed
2 files changed
lines changed
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1 | +Remove `getopt` from the list of deprecated modules. | |
2 | + | |
3 | +Closes #10211 |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -79,7 +79,6 @@ | ||
79 | 79 | "uu", |
80 | 80 | "xdrlib", |
81 | 81 | }, |
82 | - (3, 13, 0): {"getopt"}, | |
83 | 82 | } |
84 | 83 | |
85 | 84 |