[PATCH] D67535: [LNT] Python 3 support: Minor mechanical changes

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 14 11:50:14 PDT 2019


hubert.reinterpretcast updated this revision to Diff 220228.
hubert.reinterpretcast marked 2 inline comments as done.
hubert.reinterpretcast added a comment.

Reduce patch to updating `<>` and `None` comparisons

- Replaces comparisons using `!=`, `<>`, and `==` against `None` with the corresponding version of `is not None` and `is None`.
- Replaces `<>` with `!=`.
- As requested by reviewers, add spaces around operators on lines touched.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67535/new/

https://reviews.llvm.org/D67535

Files:
  lnt/external/stats/pstat.py
  lnt/external/stats/stats.py
  lnt/server/ui/filters.py
  tests/server/db/ImportV4TestSuiteInstance.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67535.220228.patch
Type: text/x-patch
Size: 25112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190914/f9476d54/attachment.bin>


More information about the llvm-commits mailing list