summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-02-02 22:38:48 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-02-02 22:38:48 (GMT)
commit1328e9d0a0bacdd49d7026d3d883354bb01356dc (patch)
treefda069df0da9a9939ee610896485f9882e8d8e49 /Misc/NEWS
parent2f2ecaa48461fc4a8987f5b20f01fa61da90be51 (diff)
parent57839a6349d7443855bc04d7f5c32f9f38929111 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 05bde29..f6d908d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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