Skip to content

urlencode is only compatible with Py2 #1048

@Rudxain

Description

@Rudxain

#470 (comment)

Why not update it?

BTW, here's my implementation

alias urlencode='python3 -c "from sys import argv; from urllib.parse import quote_plus as q; print(q(argv[1]))"'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions