﻿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
1596	connection.close	anonymous	Adrian Holovaty	"it seemed that the r2611's fix still cause some error.

when i terminate the django buildin server, the console show some information like below:

''
Django version 0.91 (magic-removal), using settings 'foo.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).
Exception exceptions.AttributeError: ""'NoneType' object has no attribute 'print_
exc'"" in <function remove at 0x00C80530> ignored''

and if i change the '''django/db/_init_.py''' back to 

{{{
dispatcher.connect(lambda: connection.close(), signal=signals.request_finished)
}}}

the error no longer raised!

my env: windows xp sp2, python 2.4.3, pysqlite2.2.0"	defect	closed	Core (Management commands)	magic-removal	normal	duplicate			Unreviewed	0	0	0	0	0	0
