id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
6101	twisted.web.distrib doesn't properly handle mixed positional and keyword arguments	tom.prince		"For example, `request.addCookie` doesn't accept expires as a positional argument when used over distrib.
{{{
-                request.addCookie(COOKIE_KEY, cookie, s.getExpiration(),path=""/"")
+                request.addCookie(COOKIE_KEY, cookie, expires=s.getExpiration(),path=""/"")
}}}
"	enhancement	new	normal		web						
