Clarify a behaviour guideline in PEP 426

This commit is contained in:
Nick Coghlan 2013-02-09 23:00:44 +10:00
parent 0668bcba55
commit c66113414e
1 changed files with 3 additions and 0 deletions

View File

@ -975,6 +975,9 @@ should also allow users to request the following alternative behaviours:
* accept already installed pre-releases for all version specifiers
* retrieve and install available pre-releases for all version specifiers
Dependency resolution tools may also allow the above behaviour to be
controlled on a per-distribution basis.
Post-releases and purely numeric releases receive no special treatment -
they are always included unless explicitly excluded.