-
Notifications
You must be signed in to change notification settings - Fork 64
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
Web.HTTP: Python3 and 2 support(3 as high priority) #703
Conversation
(レビューワーは一旦は設定しましたが、妥当かなど不明なので、あまり気にせず見れるときに見ていただければ、と思います) |
rel #702 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks a lot! Eventually we can drop the python2 support, but yes let's first add python3 and keep both for a while.
0266cc5
to
ca732b5
Compare
This point is working blocker to y0za/vim-reading-vimrc |
ca732b5
to
05884a3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ざっとしか見れてないですが…。
見るの遅くなってすいません 🙇
いえ、ありがとうございます。 |
@mattn さん、お二方からapprove頂けたので、特に指摘がなければこのコメントの1日後(2020/04/28 18:00 (JST))にマージするつもりです。 また、マージ後Changesの更新も行います。 |
Python3でのclientを実装しました。
(ただ、Pythonに詳しくないので、自信があまりありません orz)
動作自体は確認できているのですが...
テスト用コード片
各クライアント動作、pythonの内部動作とレスポンスのオブジェクトの確認のものです。