summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-04-08 08:26:03 (GMT)
committerGitHub <noreply@github.com>2017-04-08 08:26:03 (GMT)
commite63f8f293a96ceebf06de15b4e1c97dbbff0f6a8 (patch)
tree5e5423be5eaf473b2f21ac2fe11aedaba6f5b745 /Misc/NEWS
parentfa25f16a4499178d7d79c18d2d68be7f70594106 (diff)
downloadcpython-e63f8f293a96ceebf06de15b4e1c97dbbff0f6a8.zip
cpython-e63f8f293a96ceebf06de15b4e1c97dbbff0f6a8.tar.gz
cpython-e63f8f293a96ceebf06de15b4e1c97dbbff0f6a8.tar.bz2
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1043)
attributes. (cherry picked from commit b785396ab451b0c9d6ae9ee5a9e56c810209a6cb)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e5904b..4992683 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Extension Modules
Library
-------
+- bpo-29998: Pickling and copying ImportError now preserves name and path
+ attributes.
+
- bpo-29942: Fix a crash in itertools.chain.from_iterable when encountering
long runs of empty iterables.