Commit 4c85da4d authored by Fred Drake's avatar Fred Drake

"ib" should be "boundary"; reported by Neal Norwitz.

parent c680ae80
......@@ -248,7 +248,7 @@ def parse_multipart(fp, pdict):
boundary = pdict['boundary']
if not valid_boundary(boundary):
raise ValueError, ('Invalid boundary in multipart form: %s'
% `ib`)
% `boundary`)
nextpart = "--" + boundary
lastpart = "--" + boundary + "--"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment