We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d78fa7 commit fbaa915Copy full SHA for fbaa915
Lib/test/test_pydoc/test_pydoc.py
@@ -2319,7 +2319,7 @@ def __version__(self):
2319
2320
module = MyModule()
2321
doc = pydoc.Doc()
2322
- with warnings.catch_warnings(record=True) as w:
+ with warnings.catch_warnings(record=True) as w: # TODO: remove in 3.20
2323
warnings.simplefilter("always")
2324
version = doc._get_version(json)
2325
self.assertEqual(version, "2.0.9")
0 commit comments