Moved 'portion' next to 'legacy portion' in terminology section.

This commit is contained in:
Eric V. Smith 2012-05-16 10:17:39 -04:00
parent 56fc179367
commit a67bfcd5d0
1 changed files with 2 additions and 2 deletions

View File

@ -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.