Changes between Initial Version and Version 1 of Ticket #2499, comment 3


Ignore:
Timestamp:
2015-09-04T09:16:48Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2499, comment 3

    initial v1  
    11For once, a packaging error that isn't directly setuptools' fault. (The need for the version checks in the first place is setuptools' fault.)
    22
    3 It's not correct to refuse to run here, because the purported version from ``pkg_resources`` was exactly equal to the imported version, so normalisation was unnecessary. Will fix.
     3It's not correct to refuse to run here, because the purported version from `pkg_resources` was exactly equal to the imported version, so normalisation was unnecessary. Will fix.
    44
    55I'll also fix the error reporting in the case where the versions aren't exactly equal and can't be normalised.