-
Notifications
You must be signed in to change notification settings - Fork 1
python3 support #2
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
base: master
Are you sure you want to change the base?
Conversation
…ts to assertRaises
…to assertRaises, and octal syntax
…ts to assertRaises in chown_test
|
I'm interested in getting py3 support, but no rush. If you're prepping a PR, please continue to do so! Do you want to merge this particular commit? Or the the entire branch? I'm hoping to getting all my unstaged commits into this PR this week, but I'm fine with anything. Thanks! —You are receiving this because you were mentioned.Reply to this email directly or view it on GitHub |
|
We're also quite interested. Our Luigi setup in Python 3 now spends a lot of time booting Hadoop just to find out HDFS targets were completed. |
|
Update: No updates as of yet, its been a pretty busy week and pycon didn't help :). |
|
:) thanks for letting us know! |
|
Hi @kirklg, don't want to rush you (really!) but I was curious whether you happened to have made any progress on this. We'll need this soon and was wondering whether you would have any (work in progress) commits I could take as a starting point ? |
|
Hi @anneschuth, ah! thank you so much for reminding me. Today is the day I will push some commits, standby. And thank you for the patience. |
make `start_after` in `_get_dir_listing` bytes to store into reqeust.startAfter (protobuf type)
|
pushed a bunch of commits, note that the tests will fail, and I'm still working through this. |
socket.error.errno is now read-only in py3 add SocketError class to assign appropriate errno values to `e` attribute.
sys.stdout.buffer exists only in python3 (emits bytes) Use sys.stdout for py2 and sys.stdout.buffer for python3
|
Hi @kirklg, I'd like to help you out on this, is there something in particular that needs to be done, or is test fixing the thing that needs to happen? PS: Hi @anneschuth! |
|
Hi @kirklg, I think the biggest issue if you get this through, will be |
|
Hi @gglanzani, thank you for your comments above, please give me a few days to re-grasp :) the code I've pushed here as I've been off the grid doing other things and I really need to finish this. As far as the Thanks again, |
|
Hi @kirklg, not wanting to push you here but have you got any further with this? We're quite keen on this and we don't want to re-invent the wheel. If you've not got any further I may take what's been done here and start porting the rest? |
PR to start working through python3 support.