Skip to content

Commit fbaa915

Browse files
Add TODO comment, as done in test_code.py
1 parent 9d78fa7 commit fbaa915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pydoc/test_pydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ def __version__(self):
23192319

23202320
module = MyModule()
23212321
doc = pydoc.Doc()
2322-
with warnings.catch_warnings(record=True) as w:
2322+
with warnings.catch_warnings(record=True) as w: # TODO: remove in 3.20
23232323
warnings.simplefilter("always")
23242324
version = doc._get_version(json)
23252325
self.assertEqual(version, "2.0.9")

0 commit comments

Comments
 (0)