summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-06 01:53:28 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-06 01:53:28 (GMT)
commit1cd277224685654a82489881f90d93a32571b7b2 (patch)
tree041168ea379f32ef50050a5d1895a5047aa35e97 /Lib/cgi.py
parent2e747c4b8f9db654ac3ee1411ab53e8774309595 (diff)
downloadcpython-1cd277224685654a82489881f90d93a32571b7b2.zip
cpython-1cd277224685654a82489881f90d93a32571b7b2.tar.gz
cpython-1cd277224685654a82489881f90d93a32571b7b2.tar.bz2
Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index 189c6d5..233a496 100755
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -45,7 +45,7 @@ import tempfile
__all__ = ["MiniFieldStorage", "FieldStorage",
"parse", "parse_qs", "parse_qsl", "parse_multipart",
- "parse_header", "print_exception", "print_environ",
+ "parse_header", "test", "print_exception", "print_environ",
"print_form", "print_directory", "print_arguments",
"print_environ_usage", "escape"]