-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3000 #47
Python3000 #47
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 status
list. This can be tested with: