Open kitech opened 9 years ago
Thank you. I will look at this when I have time. It may get more response if it is put on the parent repository (https://bitbucket.org/raineszm/rubypython/src)—which will require doing things in Mercurial.
I forked this project and I make a python3 change for linux.
@afeldman feel free to send separate PR once you complete the testing for you change.
Can I open a new branch for python3?
do you mean separating the python3 support from current python2?
yes. I do not support python2 in that project. I try to switch compliantly to python3. It is a lot of work to make the project python2 and python3 compatible, because of the change in the c datatypes
Looks fine. it's the first step to support python3 based on current code base.
Please let me know if you need some extra support from my side. Kindly send the PR with test code. cannot help reviewing your changes.
hi, I try to let rubypython support python3, and for my little program it works fine.
But i don't known how merge to master and make it compatitate with both python2 and python3.
suggest me if this pull request need more improvement.
Thanks.