﻿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
8149	UploadedFile doesn't iterate over lines with \r line endings	Tai Lee	nobody	"`UploadedFile.__iter__` loops over `chunks` and converts each chunk to a `StringIO` object and then iterates over that. Iterating over `StringIO` objects only splits on `\n`, and I'm not sure why we need `StringIO` at all. Couldn't we just do `for line in chunk.splitlines()` (which does split on `\r` and `\n`).

"	Cleanup/optimization	closed	File uploads/storage	dev	Normal	fixed	UploadedFile	real.human@… timograham@… jon.dufresne@…	Ready for checkin	1	0	0	0	0	0
