]> granicus.if.org Git - python/commit
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Feb 2014 22:37:29 +0000 (23:37 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Feb 2014 22:37:29 +0000 (23:37 +0100)
commitc06634acfcea82004373c03bd5059b02f18934fc
treea04d7e7798de91485551999a6545abb671639cdf
parent1964d5bdf77fd009c7eca4527b666362d136505b
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings.
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS