Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff443a5

Browse files
author
Skip Montanaro
committed
added missing element to __all__
1 parent 6c0a0e1 commit ff443a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/cgi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
from StringIO import StringIO
4444

4545
__all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
46-
"SvFormContentDict","InterpFormContentDict","FormContent"]
46+
"SvFormContentDict","InterpFormContentDict","FormContent",
47+
"escape"]
4748

4849
# Logging support
4950
# ===============

0 commit comments

Comments
 (0)