Support Python 3.6 by cgohlke · Pull Request #310 · pythonnet/pythonnet
Conversation
@cgohlke do you agree to transition from Zope to MIT license?
@cgohlke do you agree to transition from Zope to MIT license?
Yes, I agree.
|
|
||
|
|
||
| #if (PYTHON35) | ||
| #if (PYTHON35 || PYTHON36) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a leftover from trying to reuse the file for Python 3.6. It is no longer needed. I'll remove this change. Thank you.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only concern I had was already covered by @filmor and had been fixed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters