Skip to content
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

Make urllib.parse runnable as a script #72049

Closed
EungJunYi mannequin opened this issue Aug 25, 2016 · 2 comments
Closed

Make urllib.parse runnable as a script #72049

EungJunYi mannequin opened this issue Aug 25, 2016 · 2 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@EungJunYi
Copy link
Mannequin

EungJunYi mannequin commented Aug 25, 2016

BPO 27862
Files
  • 0001-Make-urllib.parse-runnable-as-a-script.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-08-25.16:12:39.373>
    created_at = <Date 2016-08-25.16:06:57.295>
    labels = ['type-feature', 'library']
    title = 'Make urllib.parse runnable as a script'
    updated_at = <Date 2016-08-25.16:12:39.354>
    user = 'https://bugs.python.org/EungJunYi'

    bugs.python.org fields:

    activity = <Date 2016-08-25.16:12:39.354>
    actor = 'SilentGhost'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-08-25.16:12:39.373>
    closer = 'SilentGhost'
    components = ['Library (Lib)']
    creation = <Date 2016-08-25.16:06:57.295>
    creator = 'EungJun.Yi'
    dependencies = []
    files = ['44226']
    hgrepos = []
    issue_num = 27862
    keywords = ['patch']
    message_count = 2.0
    messages = ['273660', '273661']
    nosy_count = 2.0
    nosy_names = ['SilentGhost', 'EungJun.Yi']
    pr_nums = []
    priority = 'normal'
    resolution = 'rejected'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27862'
    versions = ['Python 3.5']

    @EungJunYi
    Copy link
    Mannequin Author

    EungJunYi mannequin commented Aug 25, 2016

    It would be nice if urllib.prase runnable as a script so I can easily parse urls in command line or shell script.

    I have attached a patch.

    @EungJunYi EungJunYi mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Aug 25, 2016
    @SilentGhost
    Copy link
    Mannequin

    SilentGhost mannequin commented Aug 25, 2016

    Guido doesn't like the idea in general[0].

    [0] https://bugs.python.org/issue26488#msg273329

    @SilentGhost SilentGhost mannequin closed this as completed Aug 25, 2016
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants