﻿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
8457	typo in sessions file backend can cause NameError	Carl Meyer	nobody	"In django/contrib/sessions/backends/file.py, SessionStore.save() refers to ""errno.EEXIST"" when it means ""os.errno.EEXIST"".  If using the file session backend and set SESSION_FILE_PATH to an unwritable directory (or if there is any other error condition on creating a new session file), this causes a NameError to be raised instead of the correct OSError.  It also prevents the correct handling of the (rare) case of a duplicate session ID being generated.  Attached patch fixes the typo."		closed	Uncategorized	dev		fixed			Unreviewed	1	0	0	0	0	0
