﻿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
15642	Dead code in http.__init__.py	jammon	nobody	"In `http.__init__.py` the lines 329-331 read

{{{#!python
            # *Important*: do not import settings any earlier because of note
            # in core.handlers.modpython.
            from django.conf import settings
}}}
and the same in lines 341-343. But it says `from django.conf import settings` already in line 124.
Lines 329-331 have been introduced in rev. 5609, and lines 341-343 in rev. 8460. The import in line 124 has been introduced in rev. 7814 three years ago. 

So I cannot tell if the lines can be deleted or if the mentioned note in `core.handlers.modpython` should be obeyed."		closed	HTTP handling	dev		fixed			Accepted	0	0	0	0	0	0
