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

Allow passing PathLike arguments to SimpleHTTPRequestHandler #79821

Closed
eamanu mannequin opened this issue Jan 2, 2019 · 2 comments
Closed

Allow passing PathLike arguments to SimpleHTTPRequestHandler #79821

eamanu mannequin opened this issue Jan 2, 2019 · 2 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@eamanu
Copy link
Mannequin

eamanu mannequin commented Jan 2, 2019

BPO 35640
Nosy @zware, @JulienPalard, @eamanu, @maggyero, @tirkarthi
PRs
  • bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler #11398
  • 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 2019-09-11.13:07:44.320>
    created_at = <Date 2019-01-02.12:53:41.786>
    labels = ['type-feature', 'library', '3.9']
    title = 'Allow passing PathLike arguments to SimpleHTTPRequestHandler'
    updated_at = <Date 2019-09-11.13:07:44.316>
    user = 'https://github.com/eamanu'

    bugs.python.org fields:

    activity = <Date 2019-09-11.13:07:44.316>
    actor = 'zach.ware'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-09-11.13:07:44.320>
    closer = 'zach.ware'
    components = ['Library (Lib)']
    creation = <Date 2019-01-02.12:53:41.786>
    creator = 'eamanu'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35640
    keywords = []
    message_count = 2.0
    messages = ['332873', '351852']
    nosy_count = 5.0
    nosy_names = ['zach.ware', 'mdk', 'eamanu', 'maggyero', 'xtreak']
    pr_nums = ['11398']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35640'
    versions = ['Python 3.9']

    @eamanu
    Copy link
    Mannequin Author

    eamanu mannequin commented Jan 2, 2019

    Hi,

    A PR was opened #11398. This PR seems interest in the sense that this allow passing a pathlike arguments to SimpleHTTPRequestHandler.

    Regards

    @eamanu eamanu mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jan 2, 2019
    @maggyero maggyero mannequin added the 3.7 (EOL) end of life label Jan 2, 2019
    @zware
    Copy link
    Member

    zware commented Sep 11, 2019

    New changeset 781266e by Zachary Ware (Géry Ogam) in branch 'master':
    bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398)
    781266e

    @zware zware added 3.9 only security fixes and removed 3.7 (EOL) end of life labels Sep 11, 2019
    @zware zware closed this as completed Sep 11, 2019
    @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
    3.9 only security fixes stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant