Skip to content

repr([1, 1.0]) is different from CPython #103

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

Closed
ghost opened this issue Sep 29, 2019 · 0 comments · Fixed by #104
Closed

repr([1, 1.0]) is different from CPython #103

ghost opened this issue Sep 29, 2019 · 0 comments · Fixed by #104
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Sep 29, 2019

CPython:
repr([1,1.0]) # '[1, 1.0]'

GPython:
repr([1,1.0]) # '[1, 1]'

@ncw ncw added the bug Something isn't working label Sep 30, 2019
@ncw ncw closed this as completed in #104 Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant