[Python 3] Get rid of .has_key()
Summary:
dict.has_key(key) was dropped in Python 3.0. Use key in dict
instead.
Reviewers: machniak, mollekopf
Reviewed By: mollekopf
Differential Revision: https://git.kolab.org/D3241
[Python 3] Get rid of .has_key()
Summary:
dict.has_key(key) was dropped in Python 3.0. Use key in dict
instead.
Reviewers: machniak, mollekopf
Reviewed By: mollekopf
Differential Revision: https://git.kolab.org/D3241
sicherha | Jan 10 2022, 8:50 PM |
sicherha | Jan 10 2022, 8:50 PM |
Buildable 37849 |