Skip to content

geturl() of the ParseResultBytes can't get correct url #57

Closed
@tRexCheng

Description

@tRexCheng

When I run geturl() of the instance of the ParseResultBytes, it just return "http:"

>>> print(parsed)
ParseResultBytes(scheme=b'https', userinfo=None, host=b'xn--i-7iq.ws', port=None, path=None, query=None, fragment=None)
>>> parsed.geturl()
b'https:'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions