[Python-checkins] CVS: python/dist/src/Lib cgi.py,1.67,1.68
Fred L. Drake
fdrake@users.sourceforge.net
2001年10月13日 11:38:55 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv12676
Modified Files:
cgi.py
Log Message:
"ib" should be "boundary"; reported by Neal Norwitz.
Index: cgi.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/cgi.py,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** cgi.py 2001年09月05日 19:45:34 1.67
--- cgi.py 2001年10月13日 18:38:53 1.68
***************
*** 249,253 ****
if not valid_boundary(boundary):
raise ValueError, ('Invalid boundary in multipart form: %s'
! % `ib`)
nextpart = "--" + boundary
--- 249,253 ----
if not valid_boundary(boundary):
raise ValueError, ('Invalid boundary in multipart form: %s'
! % `boundary`)
nextpart = "--" + boundary