-
Notifications
You must be signed in to change notification settings - Fork 53
Python 3 compatibility. #6
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
Conversation
|
@splitbrain Could you finish it? |
|
@splitbrain Do you read these? |
Good morning! Do you maintain this fork? This graph contains so much forks: https://github.com/gregghz/Watcher/network As I see none of them has open issues. Please tell about it. Which should I use? I am trying to make it Python 3 compatible: splitbrain#6
|
Applying this would break Python 2 compatibility, right? Since I'm running this on a system with python 2 only, I need the python 2 compatibility. If there's a way to be compatible with both, I'm open for suggestions. |
|
I think it won't break. |
|
getzze#2 |
|
@getzze and merge PEP3143 related commits (maybe) |
|
my fork is actually quite different from this version. And it's almost python3 compatible I would say |
|
#18 See my pull request that is compatible with both Python 2.7.6 + and 3.4+ (at least as far as I tested :) ) @szepeviktor @splitbrain @getzze |
Could you also enable Issues