diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-02 22:38:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-02 22:38:48 (GMT) |
commit | 1328e9d0a0bacdd49d7026d3d883354bb01356dc (patch) | |
tree | fda069df0da9a9939ee610896485f9882e8d8e49 /Misc/NEWS | |
parent | 2f2ecaa48461fc4a8987f5b20f01fa61da90be51 (diff) | |
parent | 57839a6349d7443855bc04d7f5c32f9f38929111 (diff) | |
download | cpython-1328e9d0a0bacdd49d7026d3d883354bb01356dc.zip cpython-1328e9d0a0bacdd49d7026d3d883354bb01356dc.tar.gz cpython-1328e9d0a0bacdd49d7026d3d883354bb01356dc.tar.bz2 |
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ Core and Builtins Library ------- +- Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline + translation settings. + - tracemalloc: Fix slicing traces and fix slicing a traceback. - Issue #20354: Fix an alignment issue in the tracemalloc module on 64-bit |