diff options
author | Barry Warsaw <barry@python.org> | 2015-04-22 22:29:16 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-04-22 22:29:16 (GMT) |
commit | 2097f53ec39f5214e2f2739aa508e11d15df283e (patch) | |
tree | 113730b57ca964139b5ea9e723f0beee633820f7 /Misc | |
parent | 34e006031aac2c2263cef382c55a2e38b2d1b054 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =========================== |