[issue2052] Allow changing difflib._file_template character encoding.

Berker Peksag report at bugs.python.org
Tue May 13 21:25:57 CEST 2014


Berker Peksag added the comment:

Attaching two patches:

issue2052.diff adds a "charset" keyword argument to HtmlDiff.make_file().

issue2052_html5.diff also adds a "charset" keyword argument to HtmlDiff.make_file() and updates the markup of HtmlDiff() to HTML5. I tested it with Firefox 29 and Chrome 34.

----------
keywords: +patch
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.5 -Python 3.2
Added file: http://bugs.python.org/file35244/issue2052.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2052>
_______________________________________


More information about the Python-bugs-list mailing list