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 serhiy.storchaka
Recipients JelleZijlstra, dgelessus, docs@python, gvanrossum, kj, levkivskyi, miss-islington, serhiy.storchaka, srittau, xtreak
Date 2021-07-23.17:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627061284.58.0.6077780337.issue38291@roundup.psfhosted.org>
In-reply-to
Content
Currently deprecation warnings are emitted in test_typing:

$ ./python -m test test_typing
0:00:00 load avg: 3.38 Run tests sequentially
0:00:00 load avg: 3.38 [1/1] test_typing
/home/serhiy/py/cpython/Lib/test/test_typing.py:4657: DeprecationWarning: typing.io is deprecated, import directly from typing instead. typing.io will be removed in Python 3.12.
  k not in typing.io.__all__ and
/home/serhiy/py/cpython/Lib/test/test_typing.py:4658: DeprecationWarning: typing.re is deprecated, import directly from typing instead. typing.re will be removed in Python 3.12.
  k not in typing.re.__all__ and

== Tests result: SUCCESS ==

1 test OK.

Total duration: 564 ms
Tests result: SUCCESS
History
Date User Action Args
2021-07-23 17:28:04serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, srittau, docs@python, levkivskyi, JelleZijlstra, miss-islington, xtreak, dgelessus, kj
2021-07-23 17:28:04serhiy.storchakasetmessageid: <1627061284.58.0.6077780337.issue38291@roundup.psfhosted.org>
2021-07-23 17:28:04serhiy.storchakalinkissue38291 messages
2021-07-23 17:28:04serhiy.storchakacreate