Changes between Initial Version and Version 1 of Ticket #31358, comment 14
- Timestamp:
- Mar 12, 2020, 11:44:15 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31358, comment 14
initial v1 3 3 4 4 I 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. 5 On my branch I've had to account for two cases to pass the tests 5 6 6 On my branch I've had to account for two cases to pass the tests7 7 {{{ 8 8 def must_update(self, encoded):