Moved 'portion' next to 'legacy portion' in terminology section.
This commit is contained in:
parent
56fc179367
commit
a67bfcd5d0
|
@ -34,10 +34,10 @@ Within this PEP:
|
|||
* "vendor package" refers to groups of files installed by an
|
||||
operating system's packaging mechanism (e.g. Debian or Redhat
|
||||
packages install on Linux systems).
|
||||
* "portion" refers to a set of files in a single directory (possibly
|
||||
stored in a zip file) that contribute to a namespace package.
|
||||
* "regular package" refers to packages as they are implemented in
|
||||
Python 3.2 and earlier.
|
||||
* "portion" refers to a set of files in a single directory (possibly
|
||||
stored in a zip file) that contribute to a namespace package.
|
||||
* "legacy portion" refers to a portion that uses ``__path__``
|
||||
manipulation in order to implement namespace packages.
|
||||
|
||||
|
|
Loading…
Reference in New Issue