Changes between Initial Version and Version 1 of Ticket #1582, comment 21


Ignore:
Timestamp:
2016-01-15T11:42:03Z (9 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1582, comment 21

    initial v1  
    1 Tahoe doesn't actually pin pyOpenSSL to 0.13. It will happily use >= 0.14 if such a version is '''already''' installed, but it will only request to build >= 0.13, <= 0.13.1 otherwise.
     1Tahoe doesn't actually pin pyOpenSSL to 0.13. It will happily use >= 0.14 if such a version is '''already''' installed (i.e. it reports its version as >= 0.14 when imported), but it will only request to build >= 0.13, <= 0.13.1 otherwise.