summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJens Troeger <jenstroeger@users.noreply.github.com>2019-05-14 01:07:39 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2019-05-14 01:07:39 (GMT)
commit45b2f8893c1b7ab3b3981a966f82e42beea82106 (patch)
tree9f8ae3a45d2280fe4cc6f0b2b8f9fb0f1c21e0f9 /Misc
parent8da5ebe11e0cb6599af682b22f7c2b2b7b9debd8 (diff)
downloadcpython-45b2f8893c1b7ab3b3981a966f82e42beea82106.zip
cpython-45b2f8893c1b7ab3b3981a966f82e42beea82106.tar.gz
cpython-45b2f8893c1b7ab3b3981a966f82e42beea82106.tar.bz2
bpo-34424: Handle different policy.linesep lengths correctly. (#8803)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-08-18-14-47-00.bpo-34424.wAlRuS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-08-18-14-47-00.bpo-34424.wAlRuS.rst b/Misc/NEWS.d/next/Library/2018-08-18-14-47-00.bpo-34424.wAlRuS.rst
new file mode 100644
index 0000000..2b384cd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-08-18-14-47-00.bpo-34424.wAlRuS.rst
@@ -0,0 +1,2 @@
+Fix serialization of messages containing encoded strings when the
+policy.linesep is set to a multi-character string. Patch by Jens Troeger.