summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2017-10-21-12-07-56.bpo-31829.6IhP-O.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-10-21-12-07-56.bpo-31829.6IhP-O.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-21-12-07-56.bpo-31829.6IhP-O.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-10-21-12-07-56.bpo-31829.6IhP-O.rst b/Misc/NEWS.d/next/Library/2017-10-21-12-07-56.bpo-31829.6IhP-O.rst
deleted file mode 100644
index aefb8aec16..0000000000
--- a/Misc/NEWS.d/next/Library/2017-10-21-12-07-56.bpo-31829.6IhP-O.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-``\r``, ``\0`` and ``\x1a`` (end-of-file on Windows) are now escaped in
-protocol 0 pickles of Unicode strings. This allows to load them without loss
-from files open in text mode in Python 2.