summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-03-23 18:19:23 (GMT)
committerGitHub <noreply@github.com>2022-03-23 18:19:23 (GMT)
commit0bbb6956f83ef457872b8f04242bb02b6898350d (patch)
tree9a208920193ec5956bfd26b44d3a3077ddfdb4fa /Doc/tools
parentf5af1677c06bb4cc006e7f9b30106212e1a00f81 (diff)
downloadcpython-0bbb6956f83ef457872b8f04242bb02b6898350d.zip
cpython-0bbb6956f83ef457872b8f04242bb02b6898350d.tar.gz
cpython-0bbb6956f83ef457872b8f04242bb02b6898350d.tar.bz2
[3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941) (GH-32067)
* [3.9] [3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31941) * [3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 81b425d4dc43b60dd11a3e9abc5c84a4b8b384db) * Remove references to `reveal_type`, add new section on `self` types. (cherry picked from commit d5ed8a8258eaf7a241978b1b0aeb971108d0f7e0) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * remove unused susp allowlist Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/susp-ignored.csv1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index 48480ed..67e4493 100644
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -370,3 +370,4 @@ whatsnew/changelog,,::,default::DeprecationWarning
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
library/re,,`,"`"
+library/typing,,`, # will always be an instance of whatever `cls` is