Conversation
|
I have a patch for the Python 3 unit test deprecation warnings but it is a huge patch because it requires that a lot of the |
a180894 to
29fccd1
Compare
29fccd1 to
b511d7d
Compare
|
Is this PR being considered for merging? Or does it need any updates? Python 3 support would be really valuable and should be difficult to reach. I would be more then happy to help. |
|
@dirk-thomas it's read to go. We use it everyday in production on Arch Linux Python 3.5 and have done since python 3.2. |
|
We are also using the patched version of it for over a month now: ament/ament_lint@7f2af60#diff-b5c57d8cc3ce83e990089f94f5ab6e15 Hopefully somebody will merge this as well as some of the other pending PRs at some point... |
|
Hi, I had extracted cpplint into an own github repo back when the google styleguide was in googlecode svn. Here: https://github.com/cpplint/cpplint |
|
thank you for your contribution, but public cpplint development in this repository has been halted (see #837). please migrate to https://github.com/cpplint/cpplint now. |
Adds support for Python 3 by shimming changes in functionality between Python 2 and 3.
It also stops the compiled python files showing up in the
git statuslist. This can be tested with: