id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
4315	linesep issue causes error when using start or end parameters	anonymous	chrisheller	I get errors when trying to show only partial source using the start and end parameters. E.g.\r\n\r\nError: Macro IncludeSource( <snip> , start=13, end=26) failed\r\n'str' object has no attribute 'generate'\r\n\r\nIt works fine when including the whole source.\r\n\r\nI don't know Python so it took me a while to guess it might be related to line endings. I'm testing Trac on Windows with a sync'd svn repository but we mainly use Unix line endings. Hardcoding linesep = '\\n' into IncludeSource.py has enabled the correct display of these particular files for my particular instance of Trac, but obviously isn't a proper solution. \r\n\r\n(I'm not sure if this is a problem with this plugin or with the way I'm trying to use it. If the latter then sorry for filing this as a defect and please tell me how I should be using it!)	defect	closed	normal	IncludeSourcePartialPlugin	normal	fixed			0.11
