mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Clarify that __path__ can't be just any value (GH-6554)
This commit is contained in:
parent
a8c342465b
commit
441d945eb3
2 changed files with 2 additions and 2 deletions
|
|
@ -616,8 +616,7 @@ the module.
|
|||
module.__path__
|
||||
---------------
|
||||
|
||||
By definition, if a module has a ``__path__`` attribute, it is a package,
|
||||
regardless of its value.
|
||||
By definition, if a module has a ``__path__`` attribute, it is a package.
|
||||
|
||||
A package's ``__path__`` attribute is used during imports of its subpackages.
|
||||
Within the import machinery, it functions much the same as :data:`sys.path`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue