Changes between Initial Version and Version 1 of Ticket #31358, comment 14


Ignore:
Timestamp:
Mar 12, 2020, 11:44:15 AM (4 years ago)
Author:
Jon Moroney

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31358, comment 14

    initial v1  
    33
    44I agree. Though I think it's better to assume that salt's length is undefined if the safe_summary dict has no entry. Assuming zero will result in 0 != self.salt_length and that will always trigger.
     5On my branch I've had to account for two cases to pass the tests
    56
    6  On my branch I've had to account for two cases to pass the tests
    77{{{
    88    def must_update(self, encoded):
Back to Top