]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
authorSebastian Rittau <srittau@rittau.biz>
Sat, 19 Jun 2021 17:31:18 +0000 (19:31 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Jun 2021 17:31:18 +0000 (10:31 -0700)
commit09eb81711597725f853e4f3b659ce185488b0d8c
tree640828b6c59c0a5a94c359277edd1b7f6616bf51
parent291848195f85e23c01adb76d5a0ff9c6eb7f2614
bpo-38291: DeprecationWarning when importing typing.{io,re} (#26719)
Lib/importlib/resources.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-06-14-14-19-11.bpo-38291.ee4cSX.rst [new file with mode: 0644]