diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-14 23:18:47 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-14 23:18:47 (GMT) |
commit | 102029dfd645123244437dee6fc8c0f72125433b (patch) | |
tree | 5afa2e1185862e22b95ea6aa8f5d0b614852a287 /Misc | |
parent | fbd011dd4982b883d18039f494475022fc2d0cc6 (diff) | |
download | cpython-102029dfd645123244437dee6fc8c0f72125433b.zip cpython-102029dfd645123244437dee6fc8c0f72125433b.tar.gz cpython-102029dfd645123244437dee6fc8c0f72125433b.tar.bz2 |
Issue #2052: Add charset parameter to HtmlDiff.make_file().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #2052: Add charset parameter to HtmlDiff.make_file(). + - Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. Patch by Demian Brecht. |