commit | c06634acfcea82004373c03bd5059b02f18934fc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Feb 02 23:37:29 2014 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Feb 02 23:37:29 2014 +0100 |
tree | a04d7e7798de91485551999a6545abb671639cdf | |
parent | 1964d5bdf77fd009c7eca4527b666362d136505b [diff] [blame] |
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings.
diff --git a/Misc/NEWS b/Misc/NEWS index ec12fbe..48a0085 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Library ------- +- Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline + translation settings. + - Issue #20288: fix handling of invalid numeric charrefs in HTMLParser. - Issue #19456: ntpath.join() now joins relative paths correctly when a drive