diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-06-21 18:17:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 18:17:55 (GMT) |
commit | c5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b (patch) | |
tree | 7fc22fb6098c31ba32228040d12f26c47937ba7d /Misc | |
parent | 06cda808f149fae9b4c688f752b6eccd0d455ba4 (diff) | |
download | cpython-c5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b.zip cpython-c5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b.tar.gz cpython-c5d700f0e2e2921c6b54c72ffb0fca3c3d1ef06b.tar.bz2 |
Reset DeprecationWarning filters in test_typing io and re (#26811)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-06-14-14-19-11.bpo-38291.ee4cSX.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-06-14-14-19-11.bpo-38291.ee4cSX.rst b/Misc/NEWS.d/next/Library/2021-06-14-14-19-11.bpo-38291.ee4cSX.rst index 7fb891d..078d78d 100644 --- a/Misc/NEWS.d/next/Library/2021-06-14-14-19-11.bpo-38291.ee4cSX.rst +++ b/Misc/NEWS.d/next/Library/2021-06-14-14-19-11.bpo-38291.ee4cSX.rst @@ -1 +1 @@ -Importing typing.io or typing.re now prints a `DeprecationWarning`. +Importing typing.io or typing.re now prints a ``DeprecationWarning``. |