[Python-checkins] CVS: python/dist/src/Lib cgi.py,1.61,1.62

Skip Montanaro montanaro@users.sourceforge.net
Tue, 27 Feb 2001 17:03:50 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv14782

Modified Files:
	cgi.py 
Log Message:
added missing element to __all__


Index: cgi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/cgi.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -r1.61 -r1.62
*** cgi.py	2001/02/13 13:13:33	1.61
--- cgi.py	2001/02/28 01:03:48	1.62
***************
*** 44,48 ****
  
  __all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
!            "SvFormContentDict","InterpFormContentDict","FormContent"]
  
  # Logging support
--- 44,49 ----
  
  __all__ = ["MiniFieldStorage","FieldStorage","FormContentDict",
!            "SvFormContentDict","InterpFormContentDict","FormContent",
!            "escape"]
  
  # Logging support