﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3104	'float' object has no attribute 'split'	anonymous	nobody	"This is actually a ticket just to give a pointer to the root cause, which is a bug in python's email module, which Django uses to parse multi-part form uploads.

The [http://sourceforge.net/tracker/index.php?func=detail&aid=1555570&group_id=5470&atid=305470 python bug] has a patch on it.

Here's the traceback:
{{{
 File ""/pegasus/code/current/django/utils/httpwrappers.py"", line 46,
in parse_file_upload
  name_dict = parse_header(submessage['Content-Disposition'])[1]

 File ""/usr/lib/python2.4/cgi.py"", line 331, in parse_header
  plist = map(lambda x: x.strip(), line.split(';'))

AttributeError: 'NoneType' object has no attribute 'split'

}}}"	defect	closed	Core (Other)		normal	invalid			Accepted	0	0	0	0	0	0
