Create abc.d.er

This commit is contained in:
Shunsuke Shibayama 2023-05-04 12:40:14 +09:00
parent b13a09f1c4
commit a84c7854ea
2 changed files with 14 additions and 1 deletions

View file

@ -186,7 +186,8 @@ pub const BUILTIN_PYTHON_MODS: [&str; 176] = [
"zoneinfo",
];
#[cfg(windows)]
pub const BUILTIN_PYTHON_MODS: [&str; 170] = [
pub const BUILTIN_PYTHON_MODS: [&str; 171] = [
"abc",
"argparse",
"array",
"ast",