diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-08 08:26:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 08:26:03 (GMT) |
commit | e63f8f293a96ceebf06de15b4e1c97dbbff0f6a8 (patch) | |
tree | 5e5423be5eaf473b2f21ac2fe11aedaba6f5b745 /Misc/NEWS | |
parent | fa25f16a4499178d7d79c18d2d68be7f70594106 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |