Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f67e80 commit 8cd45bdCopy full SHA for 8cd45bd
1 file changed
Doc/whatsnew/3.3.rst
@@ -122,8 +122,8 @@ tree.
122
PEP written by Carl Meyer; implementation by Carl Meyer and Vinay Sajip
123
124
125
-PEP 420: Namespace Packages
126
-===========================
+PEP 420: Implicit Namespace Packages
+====================================
127
128
Native support for package directories that don't require ``__init__.py``
129
marker files and can automatically span multiple path segments (inspired by
@@ -132,7 +132,7 @@ various third party approaches to namespace packages, as described in
132
133
.. seealso::
134
135
- :pep:`420` - Namespace packages
+ :pep:`420` - Implicit Namespace Packages
136
PEP written by Eric V. Smith; implementation by Eric V. Smith
137
and Barry Warsaw
138
0 commit comments