mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-28 23:43:53 +00:00
Regenerate sys.rs with stdlibs==2024.5.15 (#11437)
## Summary Now that 3.13.0 b1 is out some of the stdlib modules have changed names. ## Test Plan Wait for CI to run, expected to be pretty safe.
This commit is contained in:
parent
7ac9cabbff
commit
d05347cfcb
1 changed files with 9 additions and 3 deletions
|
@ -552,23 +552,29 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
|
|||
| "__hello_only__"
|
||||
| "__phello_alias__"
|
||||
| "_aix_support"
|
||||
| "_android_support"
|
||||
| "_colorize"
|
||||
| "_interpchannels"
|
||||
| "_interpqueues"
|
||||
| "_interpreters"
|
||||
| "_ios_support"
|
||||
| "_opcode_metadata"
|
||||
| "_posixshmem"
|
||||
| "_pydatetime"
|
||||
| "_pylong"
|
||||
| "_pyrepl"
|
||||
| "_sha2"
|
||||
| "_statistics"
|
||||
| "_suggestions"
|
||||
| "_sysconfig"
|
||||
| "_testclinic"
|
||||
| "_testclinic_limited"
|
||||
| "_testexternalinspection"
|
||||
| "_testinternalcapi"
|
||||
| "_testlimitedcapi"
|
||||
| "_testsinglephase"
|
||||
| "_tokenize"
|
||||
| "_typing"
|
||||
| "_xxinterpchannels"
|
||||
| "_xxinterpqueues"
|
||||
| "_xxsubinterpreters"
|
||||
| "_zoneinfo"
|
||||
| "graphlib"
|
||||
| "tomllib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue