diff options
Diffstat (limited to 'pkg_resources.txt')
-rwxr-xr-x | pkg_resources.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt index fabdb46c..8e5e335e 100755 --- a/pkg_resources.txt +++ b/pkg_resources.txt @@ -1540,7 +1540,8 @@ Parsing Utilities Finally, to handle miscellaneous cases, the strings "pre", "preview", and "rc" are treated as if they were "c", i.e. as though they were release candidates, and therefore are not as new as a version string that does not - contain them. + contain them. And the string "dev" is treated as if it were an "@" sign; + that is, a version coming before even "a" or "alpha". .. _yield_lines(): @@ -1691,6 +1692,9 @@ File/Path Utilities Release Notes/Change History ---------------------------- +0.6c4 + * Fix "dev" versions being considered newer than release candidates. + 0.6c3 * Python 2.5 compatibility fixes. |