Skip to content

Conversation

bintoro
Copy link
Contributor

@bintoro bintoro commented Apr 15, 2016

Before:

>>> Tuple[int] == Tuple[int, ...]
True

After:

>>> Tuple[int] == Tuple[int, ...]
False

@gvanrossum
Copy link
Member

Good catch -- can you also update the Python 2 backport?

@bintoro
Copy link
Contributor Author

bintoro commented Apr 15, 2016

Done!

@gvanrossum gvanrossum merged commit a22b68e into python:master Apr 15, 2016
@bintoro bintoro deleted the tuple-equality branch April 16, 2016 04:10
@gvanrossum
Copy link
Member

@bintoro I have one request: Can you create a username at bugs.python.org and submit a contributor form? It's online: https://www.python.org/psf/contrib/contrib-form/

@bintoro
Copy link
Contributor Author

bintoro commented Apr 19, 2016

It's now marked as received (http://bugs.python.org/user23780)

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

Successfully merging this pull request may close these issues.

2 participants