Message396968
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 |
|
Date |
User |
Action |
Args |
2021-07-05 04:33:42 | xtreak | set | recipients:
+ xtreak, gvanrossum, srittau, docs@python, levkivskyi, JelleZijlstra, miss-islington, dgelessus, kj |
2021-07-05 04:33:42 | xtreak | set | messageid: <1625459622.11.0.0997744307121.issue38291@roundup.psfhosted.org> |
2021-07-05 04:33:42 | xtreak | link | issue38291 messages |
2021-07-05 04:33:41 | xtreak | create | |
|