Restrict package names to importable ones

This commit is contained in:
Andrew M. Kuchling 2005-02-03 12:30:44 +00:00
parent 5afb381de5
commit 080898df38
1 changed files with 3 additions and 4 deletions

View File

@ -207,10 +207,9 @@ Fields
Each entry contains a string describing some other module or
package required by this package.
The format of a requirement string is simple: a module or
package name, optionally followed by a version declaration within
parentheses. Leading and trailing whitespace are ignored, and
whitespace within the string is normalized to a single space.
The format of a requirement string is identical to that of a
module or package name usable with the 'import' statement,
optionally followed by a version declaration within parentheses.
A version declaration is a series of conditional operators and
version numbers, separated by commas. Conditional operators