Changes between Initial Version and Version 1 of Ticket #28414, comment 1
- Timestamp:
- 08/27/19 23:24:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28414, comment 1
initial v1 1 `cmp` is also not supported , and for a dictionary `d`, you should do `x in d` rather than `d.has_key(x)`.1 `cmp` is also not supported in Python 3, and for a dictionary `d`, you should do `x in d` rather than `d.has_key(x)`.