[PATCH] [Commented On] D25019: [clang-tidy] Make add_new_check.py Python 3 compatible

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 05:22:00 PDT 2016


omtcyfz added inline comments.


> bkramer wrote in add_new_check.py:16
> Can we rely on six being available? It's not part of the default python installation afaik.

Yes, I am pretty sure about that. Absolute majority of Python projects relies on having six available and Python installation without six seems really weird to me.

This is THE standard library for Python 2.7.X/3.X compatibility issues.

https://reviews.llvm.org/D25019





More information about the cfe-commits mailing list