has_key has been removed in Python 3. The in comparison operator can be used instead.
Details
Details
Diff Detail
Diff Detail
Differential D55310
[utils] Use operator "in" instead of bound function "has_key" rogfer01 on Dec 4 2018, 10:45 PM. Authored by
Details has_key has been removed in Python 3. The in comparison operator can be used instead.
Diff Detail Event Timeline |