mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-47061: deprecate cgi and cgitb (GH-32410)
Part of PEP 594.
This commit is contained in:
parent
1c8b3b5d66
commit
cd29bd13ef
8 changed files with 28 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
from test.support.os_helper import temp_dir
|
||||
from test.support.script_helper import assert_python_failure
|
||||
from test.support.warnings_helper import import_deprecated
|
||||
import unittest
|
||||
import sys
|
||||
import cgitb
|
||||
cgitb = import_deprecated("cgitb")
|
||||
|
||||
class TestCgitb(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue