We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. TupleType has been changed/removed.
The text was updated successfully, but these errors were encountered:
@cheeming : Could you please paste some sample code and how you would like python-future to support it?
python-future
I expect that you may want to convert this code:
isinstance(t, types.TupleType)
to this:
isinstance(t, tuple)
Do this meet your need? Would you like futurize to convert this automatically?
futurize
Sorry, something went wrong.
Yes.
Actually I stumble upon this when I tried to use this library in Py3. I have added the code into github.
refs https://github.com/Infinite-Code/PyChart/blob/master/pychart/bar_plot.py, https://github.com/Infinite-Code/PyChart/blob/master/pychart/interval_bar_plot.py, https://github.com/Infinite-Code/PyChart/blob/master/pychart/line_style.py, https://github.com/Infinite-Code/PyChart/blob/master/pychart/text_box.py
On a somewhat unrelated note, the copyright on the example code you posted is a little confusing...
No branches or pull requests
E.g. TupleType has been changed/removed.
The text was updated successfully, but these errors were encountered: