File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,16 @@ Glossary
122122 Implicit Namespace Package
123123 Native Namespace Package
124124
125- Native namespace and implicit namespace packages are two names for the same thing.
125+ "Native namespace packages" and "implicit namespace packages" are two names for
126+ the same type of namespace package. It's defined in :pep: `420 `, and is available
127+ in Python 3.3 and later.
128+
126129 The term "native" derives from the built-in feature of Python to create packages
127130 without installing an extra package, such as setuptools, from outside the standard
128131 library. The term "implicit" derives from the fact that you don't have to explicitly
129- declare the namespace package in a :file: `__init__.py ` file. This guide uses these
130- names interchangeably.
132+ declare the namespace package in a :file: `__init__.py ` file.
133+
134+ This guide uses these names interchangeably.
131135
132136 Import Package
133137
You can’t perform that action at this time.
0 commit comments