diff options
author | Barry Warsaw <barry@python.org> | 2015-04-22 22:38:26 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2015-04-22 22:38:26 (GMT) |
commit | b5a3d9bebb3c0019ef8464a6a0962e09b9b4b82d (patch) | |
tree | 74ecd0d96af59922c901ca031dd6bc69f4bc757d /Misc | |
parent | 532af16346de1e136ff5894699fd46dc73450675 (diff) | |
parent | 4e1f355c0e90b7f7ebf05643a7ff5b75c5fb45ef (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? =================================== |