﻿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
13194	Django test client can't store cookies after upgrade to Python 2.6.5	Oleksiy Solyanyk <solex@…>	nobody	"After upgrading to Python 2.6.5, Django test client is storing malformed cookies, thus not allowing to test anything session-related

The error is relatively hard to track, as no exception is raised by DB session backend. 
File-based session backend raises 
{{{
SuspiciousOperation: Invalid characters (directory components) in session key
}}}

It looks like the error is caused by the change to Cookie module introduced here: http://svn.python.org/view/python/trunk/Lib/Cookie.py?r1=71029&r2=74647

Not sure if this change affects other libraries."		closed	Testing framework	1.1		duplicate			Unreviewed	0	0	0	0	0	0
