summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-04-04 00:11:27 +0300
committerƁukasz Langa <lukasz@langa.pl>2018-04-03 14:11:27 -0700
commitc869529ea9fbed574d34cf7ac139ca3f81b62ef0 (patch)
treeaf8fd4779929fc236376848b43698784b8e90115 /Misc/NEWS.d
parent629338f1404ea9cd75e4fb0389a2fbe1b589de43 (diff)
downloadcpython-git-c869529ea9fbed574d34cf7ac139ca3f81b62ef0.tar.gz
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 0000000000..d98b1e174e
--- /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`.