Changes between Version 15 and Version 19 of Ticket #24135
- Timestamp:
- 11/02/17 15:13:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135
-
Property
Commit
changed from
15fe12d7f8b74204c1704ad860810df874294b4d
to347a7c544f589d5306b14f24d51ba8da41cfa535
-
Property
Commit
changed from
-
Ticket #24135 – Description
v15 v19 21 21 11. Rename `dummy` -> `deleted_key` to make it more clear what it means. 22 22 23 12. Generic code cleanup: PEP 8, `is` instead of `==` for pointers, ... 23 12. Change the logic of the `lookup()` methods a bit to make them easier to understand. 24 25 13. Generic code cleanup: PEP 8, `is` instead of `==` for pointers, ...