﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
159	Tutorial code needs update to run under CherryPy 3.1	luciano@…	cmlenz	"In controller.py, function main the line:

{{{
    cherrypy.engine.on_stop_engine_list.append(_save_data)
}}}


should be replaced by:

{{{
    cherrypy.engine.subscribe('stop', _save_data)
}}}

See: http://www.cherrypy.org/wiki/UpgradeTo31
"	defect	closed	minor	0.5	Documentation	0.4.4	fixed	tutorial cherrypy	
