Skip to content

Commit 33ab63e

Browse files
committed
[3.10] bpo-45655: Add "relevant PEPs" section to typing documentation
Backport of python#29280 to the 3.10 branch.
1 parent ed836d7 commit 33ab63e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/tools/susp-ignored.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:mai
376376
library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
377377
library/re,,`,"`"
378378
using/configure,84,:db2,=db1:db2:...
379-
library/typing,1011,`,# Type of ``val`` is narrowed to ``str``
380-
library/typing,1011,`,"# Else, type of ``val`` is narrowed to ``float``."
381-
library/typing,1011,`,# Type of ``val`` is narrowed to ``List[str]``.
382-
library/typing,1011,`,# Type of ``val`` remains as ``List[object]``.
379+
library/typing,,`,# Type of ``val`` is narrowed to ``str``
380+
library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
381+
library/typing,,`,# Type of ``val`` is narrowed to ``List[str]``.
382+
library/typing,,`,# Type of ``val`` remains as ``List[object]``.

0 commit comments

Comments
 (0)