diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-04-27 15:55:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 15:55:08 (GMT) |
commit | 99fdd782007db86f20aeb302b2ceaf79ce1ae2ba (patch) | |
tree | 754dac60653b602e84443ca0a4fdd054f82cce0d /Doc/tools/susp-ignored.csv | |
parent | 05ab4b60ab3dae61ee75692b6624537d4f3fdf85 (diff) | |
download | cpython-99fdd782007db86f20aeb302b2ceaf79ce1ae2ba.zip cpython-99fdd782007db86f20aeb302b2ceaf79ce1ae2ba.tar.gz cpython-99fdd782007db86f20aeb302b2ceaf79ce1ae2ba.tar.bz2 |
bpo-43766: Fix TypeGuard docs (#25660)
Diffstat (limited to 'Doc/tools/susp-ignored.csv')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index b9e1067..5a2d85d 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -370,3 +370,7 @@ library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:mai library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``. library/re,,`,"`" using/configure,84,:db2,=db1:db2:... +library/typing,1004,`,# Type of ``val`` is narrowed to ``str`` +library/typing,1004,`,"# Else, type of ``val`` is narrowed to ``float``." +library/typing,1004,`,# Type of ``val`` is narrowed to ``List[str]``. +library/typing,1004,`,# Type of ``val`` remains as ``List[object]``. |