diff options
Diffstat (limited to 'Misc/mypy')
l--------- | Misc/mypy/token.py | 1 | ||||
l--------- | Misc/mypy/tomllib | 1 | ||||
-rw-r--r-- | Misc/mypy/typed-stdlib.txt | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/Misc/mypy/token.py b/Misc/mypy/token.py new file mode 120000 index 00000000000..0a39f726dda --- /dev/null +++ b/Misc/mypy/token.py @@ -0,0 +1 @@ +../../Lib/token.py
\ No newline at end of file diff --git a/Misc/mypy/tomllib b/Misc/mypy/tomllib new file mode 120000 index 00000000000..20f34d49da0 --- /dev/null +++ b/Misc/mypy/tomllib @@ -0,0 +1 @@ +../../Lib/tomllib
\ No newline at end of file diff --git a/Misc/mypy/typed-stdlib.txt b/Misc/mypy/typed-stdlib.txt index 8cd6858b4e5..07b88ba7445 100644 --- a/Misc/mypy/typed-stdlib.txt +++ b/Misc/mypy/typed-stdlib.txt @@ -2,3 +2,5 @@ _colorize.py _pyrepl +token.py +tomllib
\ No newline at end of file |