summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-04-03 21:11:27 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2018-04-03 21:11:27 (GMT)
commitc869529ea9fbed574d34cf7ac139ca3f81b62ef0 (patch)
treeaf8fd4779929fc236376848b43698784b8e90115 /Misc/NEWS.d
parent629338f1404ea9cd75e4fb0389a2fbe1b589de43 (diff)
downloadcpython-c869529ea9fbed574d34cf7ac139ca3f81b62ef0.zip
cpython-c869529ea9fbed574d34cf7ac139ca3f81b62ef0.tar.gz
cpython-c869529ea9fbed574d34cf7ac139ca3f81b62ef0.tar.bz2
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-03-10-37-13.bpo-33209.9sGWE_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-03-10-37-13.bpo-33209.9sGWE_.rst b/Misc/NEWS.d/next/Library/2018-04-03-10-37-13.bpo-33209.9sGWE_.rst
new file mode 100644
index 0000000..d98b1e1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-03-10-37-13.bpo-33209.9sGWE_.rst
@@ -0,0 +1 @@
+End framing at the end of C implementation of :func:`pickle.Pickler.dump`.