summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2017-11-15 22:14:28 (GMT)
committerGitHub <noreply@github.com>2017-11-15 22:14:28 (GMT)
commit43605e6bfa8d49612df4a38460d063d6ba781906 (patch)
treefb35c0febdb3b6b388b9c4eb6fabec0b7f1f861c /Misc
parent4bd41c9b52ea0c730e9e294caaf003e54c088c6e (diff)
downloadcpython-43605e6bfa8d49612df4a38460d063d6ba781906.zip
cpython-43605e6bfa8d49612df4a38460d063d6ba781906.tar.gz
cpython-43605e6bfa8d49612df4a38460d063d6ba781906.tar.bz2
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2017-11-15-13-44-28.bpo-32034.uHAOmu.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-11-15-13-44-28.bpo-32034.uHAOmu.rst b/Misc/NEWS.d/next/Library/2017-11-15-13-44-28.bpo-32034.uHAOmu.rst
new file mode 100644
index 0000000..828e8cd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-11-15-13-44-28.bpo-32034.uHAOmu.rst
@@ -0,0 +1 @@
+Make asyncio.IncompleteReadError and LimitOverrunError pickleable.