Commit 59e3b231 authored by Georg Brandl's avatar Georg Brandl

merge with 3.3

parents 89672bf1 ac39addd
...@@ -477,7 +477,7 @@ list of module names that should be imported when ``from package import *`` is ...@@ -477,7 +477,7 @@ list of module names that should be imported when ``from package import *`` is
encountered. It is up to the package author to keep this list up-to-date when a encountered. It is up to the package author to keep this list up-to-date when a
new version of the package is released. Package authors may also decide not to new version of the package is released. Package authors may also decide not to
support it, if they don't see a use for importing \* from their package. For support it, if they don't see a use for importing \* from their package. For
example, the file :file:`sounds/effects/__init__.py` could contain the following example, the file :file:`sound/effects/__init__.py` could contain the following
code:: code::
__all__ = ["echo", "surround", "reverse"] __all__ = ["echo", "surround", "reverse"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment