Skip to content
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

Support for changes to the types module #105

Open
cheeming opened this issue Sep 30, 2014 · 3 comments
Open

Support for changes to the types module #105

cheeming opened this issue Sep 30, 2014 · 3 comments

Comments

@cheeming
Copy link

E.g. TupleType has been changed/removed.

@edschofield
Copy link
Contributor

@cheeming : Could you please paste some sample code and how you would like python-future to support it?

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?

@QuLogic
Copy link
Contributor

QuLogic commented Sep 30, 2014

On a somewhat unrelated note, the copyright on the example code you posted is a little confusing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants