﻿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
25338	IOError exception information gets lost when searching for templates	pitr42	nobody	"In case the IOError is something else than a 'file not found', this information is lost. 
https://github.com/django/django/blob/acc3c1df8474f424b2f179bac03d0e9a6bc9aba0/django/template/loaders/filesystem.py#L39

What happens: I tried to load a template from within GAE. Within GAE I wasn't allowed to load the template with its full path name (open() returned a 'permission denied'). The IOError was handled like a 'TemplateDoesNotExist'.

What I expect to happen: I expect the template loader to tell me where it looked for templates and tell me why that specific file could not be opened (wether it be Not Found, Permission Denied, or any other IOError code)"	New feature	closed	Template system	1.8	Normal	fixed			Unreviewed	0	0	0	0	0	0
