Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)

## Summary

`stdlibs` has a new release to properly categorize the `_wmi` module
which has been [present since
~2022](https://github.com/python/cpython/issues/89545#issuecomment-1227846806).


## Test Plan

Let CI run, this is only a trivial change to categorization data.
This commit is contained in:
Tim Hatch 2024-10-28 05:37:54 -07:00 committed by GitHub
parent 9f3a38d408
commit c593ccb529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -519,6 +519,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
| "_testsinglephase"
| "_tokenize"
| "_typing"
| "_wmi"
| "_xxinterpchannels"
| "_xxsubinterpreters"
| "_zoneinfo"
@ -567,6 +568,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
| "_statistics"
| "_suggestions"
| "_sysconfig"
| "_testcapi_datetime"
| "_testclinic"
| "_testclinic_limited"
| "_testexternalinspection"
@ -575,6 +577,7 @@ pub fn is_known_standard_library(minor_version: u8, module: &str) -> bool {
| "_testsinglephase"
| "_tokenize"
| "_typing"
| "_wmi"
| "_zoneinfo"
| "graphlib"
| "tomllib"