id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	branch	branch_author	launchpad_bug
5083	Logging docs contain wrong import	hynek		"The example on http://twistedmatrix.com/documents/current/core/howto/logging.html for DailyLogFile has an invalid import:

{{{
from twisted.python.logging import DailyLogFile
}}}

It should be:

{{{
from twisted.python.logfile import DailyLogFile
}}}
"	defect	closed	normal		core	fixed	documentation easy	oubiwann thijs ivank-twisted-bugs@…			
