summaryrefslogtreecommitdiffstats
path: root/Lib/cgitb.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2022-04-09 00:15:35 (GMT)
committerGitHub <noreply@github.com>2022-04-09 00:15:35 (GMT)
commitcd29bd13ef1fe18970c5d43b66c545dd03117cb9 (patch)
treecc111c2bf79956a6a8680f53500662cb2511081b /Lib/cgitb.py
parent1c8b3b5d66a629258f1db16939b996264a8b9c37 (diff)
downloadcpython-cd29bd13ef1fe18970c5d43b66c545dd03117cb9.zip
cpython-cd29bd13ef1fe18970c5d43b66c545dd03117cb9.tar.gz
cpython-cd29bd13ef1fe18970c5d43b66c545dd03117cb9.tar.bz2
bpo-47061: deprecate cgi and cgitb (GH-32410)
Part of PEP 594.
Diffstat (limited to 'Lib/cgitb.py')
-rw-r--r--Lib/cgitb.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/cgitb.py b/Lib/cgitb.py
index ec15684..8ce0e83 100644
--- a/Lib/cgitb.py
+++ b/Lib/cgitb.py
@@ -31,8 +31,12 @@ import tempfile
import time
import tokenize
import traceback
+import warnings
from html import escape as html_escape
+warnings._deprecated(__name__, remove=(3, 13))
+
+
def reset():
"""Return a string that resets the CGI and browser to a known state."""
return '''<!--: spam