]> 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:38:48 +0000 (23:38 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Feb 2014 22:38:48 +0000 (23:38 +0100)
commit1328e9d0a0bacdd49d7026d3d883354bb01356dc
treefda069df0da9a9939ee610896485f9882e8d8e49
parent2f2ecaa48461fc4a8987f5b20f01fa61da90be51
parent57839a6349d7443855bc04d7f5c32f9f38929111
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings.
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS