﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	parents
5396	The ascii media type is rendered as one line bytes string under python3	宋文武		"Running under python3, I upload a plain text file contains:
{{{
oooo
####
====
zzzz
}}}
Then view it in the browser, I get:
{{{
<div class=""ascii-wrapper"">
  <pre>b'oooo\n####\n====\nzzzz\n'</pre>
</div>
}}}

I think the correct result should be a multi-line block.

I can get it by using `media.media_files['unicode']).read().decode('utf-8')` in `ascii.html`, but this may not suitable for python2?
"	defect	closed	major	0.9.0	programming	fixed			5017
