has_key versus in
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
| docs/tools/dump_format_style.py | ||
|---|---|---|
| 183 | Can you separately adjust the for-loop just above to use a set() and not a list of strings? | |
| docs/tools/dump_format_style.py | ||
|---|---|---|
| 183 | I agree with the change, but it's unrelated to the portability issue. Better not mix everything :-) | |
Can you separately adjust the for-loop just above to use a set() and not a list of strings?