This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients JelleZijlstra, dgelessus, docs@python, gvanrossum, kj, levkivskyi, miss-islington, srittau, xtreak
Date 2021-07-05.04:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625459622.11.0.0997744307121.issue38291@roundup.psfhosted.org>
In-reply-to
Content
This change seems to emit deprecation warnings in test_pydoc.

PYTHONWARNINGS=always ./python.exe -Wall -m test test_pydoc
0:00:00 load avg: 2.57 Run tests sequentially
0:00:00 load avg: 2.57 [1/1] test_pydoc
/Users/kasingar/stuff/python/cpython/Lib/pydoc.py:1344: DeprecationWarning: typing.io is deprecated, import directly from typing instead. typing.io will be removed in Python 3.12.
  if not cls.__name__.startswith("_") and cls.__module__ == "builtins"),
/Users/kasingar/stuff/python/cpython/Lib/pydoc.py:1344: DeprecationWarning: typing.re is deprecated, import directly from typing instead. typing.re will be removed in Python 3.12.
  if not cls.__name__.startswith("_") and cls.__module__ == "builtins"),
test_pydoc passed in 31.6 sec

== Tests result: SUCCESS ==

1 test OK.

Total duration: 31.7 sec
Tests result: SUCCESS
History
Date User Action Args
2021-07-05 04:33:42xtreaksetrecipients: + xtreak, gvanrossum, srittau, docs@python, levkivskyi, JelleZijlstra, miss-islington, dgelessus, kj
2021-07-05 04:33:42xtreaksetmessageid: <1625459622.11.0.0997744307121.issue38291@roundup.psfhosted.org>
2021-07-05 04:33:42xtreaklinkissue38291 messages
2021-07-05 04:33:41xtreakcreate