summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc/test_pydoc.py
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2025-04-11 04:13:26 (GMT)
committerGitHub <noreply@github.com>2025-04-11 04:13:26 (GMT)
commit07b8d3117fdbc4e5be55aab0be428c278ec84e12 (patch)
tree31f37f65b1ebe9553f577586ba42e27588d22292 /Lib/test/test_pydoc/test_pydoc.py
parente5f68fd29b3bd867207f23608a8dbc5759a056ed (diff)
downloadcpython-07b8d3117fdbc4e5be55aab0be428c278ec84e12.zip
cpython-07b8d3117fdbc4e5be55aab0be428c278ec84e12.tar.gz
cpython-07b8d3117fdbc4e5be55aab0be428c278ec84e12.tar.bz2
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Diffstat (limited to 'Lib/test/test_pydoc/test_pydoc.py')
-rw-r--r--Lib/test/test_pydoc/test_pydoc.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/test/test_pydoc/test_pydoc.py b/Lib/test/test_pydoc/test_pydoc.py
index 2b1a448..8cb253f6 100644
--- a/Lib/test/test_pydoc/test_pydoc.py
+++ b/Lib/test/test_pydoc/test_pydoc.py
@@ -78,11 +78,6 @@ CLASSES
| __weakref__%s
class B(builtins.object)
- | Methods defined here:
- |
- | __annotate__(format, /)
- |
- | ----------------------------------------------------------------------
| Data descriptors defined here:
|
| __dict__%s
@@ -180,9 +175,6 @@ class A(builtins.object)
list of weak references to the object
class B(builtins.object)
- Methods defined here:
- __annotate__(format, /)
- ----------------------------------------------------------------------
Data descriptors defined here:
__dict__
dictionary for instance variables