summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-04-22 22:38:26 (GMT)
committerBarry Warsaw <barry@python.org>2015-04-22 22:38:26 (GMT)
commitb5a3d9bebb3c0019ef8464a6a0962e09b9b4b82d (patch)
tree74ecd0d96af59922c901ca031dd6bc69f4bc757d /Misc
parent532af16346de1e136ff5894699fd46dc73450675 (diff)
parent4e1f355c0e90b7f7ebf05643a7ff5b75c5fb45ef (diff)
downloadcpython-b5a3d9bebb3c0019ef8464a6a0962e09b9b4b82d.zip
cpython-b5a3d9bebb3c0019ef8464a6a0962e09b9b4b82d.tar.gz
cpython-b5a3d9bebb3c0019ef8464a6a0962e09b9b4b82d.tar.bz2
Issue #24029: Document the name binding behavior for submodule imports.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e50fe64..c295816 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,11 @@ Library
- Issue #23887: urllib.error.HTTPError now has a proper repr() representation.
Patch by Berker Peksag.
+Documentation
+-------------
+
+- Issue #24029: Document the name binding behavior for submodule imports.
+
What's New in Python 3.5.0 alpha 4?
===================================