Skip to content

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

Closed
@ghost

Description

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions