Kaydet (Commit) 290d3d99 authored tarafından Georg Brandl's avatar Georg Brandl

This should really be a comment.

üst 632f631c
...@@ -743,10 +743,13 @@ raise a :exc:`SyntaxError`. ...@@ -743,10 +743,13 @@ raise a :exc:`SyntaxError`.
the module search path is carried out differently. The sequence of identifiers the module search path is carried out differently. The sequence of identifiers
up to the last dot is used to find a "package"; the final identifier is then up to the last dot is used to find a "package"; the final identifier is then
searched inside the package. A package is generally a subdirectory of a searched inside the package. A package is generally a subdirectory of a
directory on ``sys.path`` that has a file :file:`__init__.py`. [XXX Can't be directory on ``sys.path`` that has a file :file:`__init__.py`.
bothered to spell this out right now; see the URL
http://www.python.org/doc/essays/packages.html for more details, also about how ..
the module search works from inside a package.] [XXX Can't be
bothered to spell this out right now; see the URL
http://www.python.org/doc/essays/packages.html for more details, also about how
the module search works from inside a package.]
.. index:: builtin: __import__ .. index:: builtin: __import__
......
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