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:
Tim Hatch 2024-05-15 15:17:32 -07:00 committed by GitHub
parent 7ac9cabbff
commit d05347cfcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"