| commit | 376137f6ec73e0800e49cec6100e401f6154b693 | [log] [tgz] |
|---|---|---|
| author | Alex Waygood <Alex.Waygood@Gmail.com> | Sat May 06 17:48:07 2023 +0100 |
| committer | GitHub <noreply@github.com> | Sat May 06 16:48:07 2023 +0000 |
| tree | 90eee18d9ae242e3b6e131ed689c50bdfe93af72 | |
| parent | 263abd333d18b8825cf6d68a5051818826dbffce [diff] |
gh-90953: Emit deprecation warnings for `ast` features deprecated in Python 3.8 (#104199) `ast.Num`, `ast.Str`, `ast.Bytes`, `ast.Ellipsis` and `ast.NameConstant` now all emit deprecation warnings on import, access, instantation or `isinstance()` checks. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>