We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d69d0 commit dca0332Copy full SHA for dca0332
Lib/test/test_wsgiref.py
@@ -843,6 +843,7 @@ def write(self, b):
843
class TestModule(unittest.TestCase):
844
def test_deprecated__version__(self):
845
from wsgiref import simple_server
846
+
847
with self.assertWarnsRegex(
848
DeprecationWarning,
849
"'__version__' is deprecated and slated for removal in Python 3.20",
0 commit comments