summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2015-04-22 22:29:16 (GMT)
committerBarry Warsaw <barry@python.org>2015-04-22 22:29:16 (GMT)
commit2097f53ec39f5214e2f2739aa508e11d15df283e (patch)
tree113730b57ca964139b5ea9e723f0beee633820f7 /Misc
parent34e006031aac2c2263cef382c55a2e38b2d1b054 (diff)
downloadcpython-2097f53ec39f5214e2f2739aa508e11d15df283e.zip
cpython-2097f53ec39f5214e2f2739aa508e11d15df283e.tar.gz
cpython-2097f53ec39f5214e2f2739aa508e11d15df283e.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 fb2ced1..24b515f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,11 @@ C API
- Issue #23998: PyImport_ReInitLock() now checks for lock allocation error
+Documentation
+-------------
+
+- Issue #24029: Document the name binding behavior for submodule imports.
+
What's New in Python 3.4.3?
===========================