summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2017-02-22 15:06:50 (GMT)
committerBarry Warsaw <barry@python.org>2017-02-22 15:06:50 (GMT)
commit1bc156430bad8177b5beecf57979628c1d071230 (patch)
tree1f24f4fa81da3e01e94b15e138d13e7dcdb2bbcb /Misc
parentd37c068e695f8ec72b5c1b5a5a5ece2337fda768 (diff)
downloadcpython-1bc156430bad8177b5beecf57979628c1d071230.zip
cpython-1bc156430bad8177b5beecf57979628c1d071230.tar.gz
cpython-1bc156430bad8177b5beecf57979628c1d071230.tar.bz2
bpo-29546: Improve from-import error message with location (#103)
bpo-29546: Improve from-import error message with location
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57e5ab9..3fe9182 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
- bpo-29546: Set the 'path' and 'name' attribute on ImportError for ``from ... import ...``.
+- bpo-29546: Improve from-import error message with location
+
- Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
- Issue #29337: Fixed possible BytesWarning when compare the code objects.