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

bz2 does not support pathlib #72412

Closed
ethanfurman opened this issue Sep 21, 2016 · 5 comments
Closed

bz2 does not support pathlib #72412

ethanfurman opened this issue Sep 21, 2016 · 5 comments
Assignees
Labels
3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error

Comments

@ethanfurman
Copy link
Member

BPO 28225
Nosy @brettcannon, @ned-deily, @ethanfurman, @berkerpeksag, @serhiy-storchaka, @zhangyangyu
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Files
  • open-bz2.stoneleaf.patch
  • issue28225_v2.diff
  • 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 = 'https://github.com/ethanfurman'
    closed_at = <Date 2016-10-02.17:05:46.984>
    created_at = <Date 2016-09-21.07:27:45.719>
    labels = ['type-bug', '3.7']
    title = 'bz2 does not support pathlib'
    updated_at = <Date 2017-03-31.16:36:14.240>
    user = 'https://github.com/ethanfurman'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:14.240>
    actor = 'dstufft'
    assignee = 'ethan.furman'
    closed = True
    closed_date = <Date 2016-10-02.17:05:46.984>
    closer = 'berker.peksag'
    components = []
    creation = <Date 2016-09-21.07:27:45.719>
    creator = 'ethan.furman'
    dependencies = []
    files = ['44767', '44937']
    hgrepos = []
    issue_num = 28225
    keywords = ['patch']
    message_count = 5.0
    messages = ['277106', '277390', '277901', '277902', '277903']
    nosy_count = 7.0
    nosy_names = ['brett.cannon', 'ned.deily', 'ethan.furman', 'python-dev', 'berker.peksag', 'serhiy.storchaka', 'xiang.zhang']
    pr_nums = ['552']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue28225'
    versions = ['Python 3.6', 'Python 3.7']

    @ethanfurman ethanfurman added the type-bug An unexpected behavior, bug, or error label Sep 21, 2016
    @zhangyangyu
    Copy link
    Member

    I opened a similar issue before: bpo-27511. Feel free to close it.

    @ned-deily ned-deily added the 3.7 (EOL) end of life label Sep 23, 2016
    @brettcannon
    Copy link
    Member

    Docs might need updating, but otherwise LGTM.

    @berkerpeksag
    Copy link
    Member

    Here's an updated patch.

    @serhiy-storchaka
    Copy link
    Member

    LGTM.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 2, 2016

    New changeset fc0c244c6e79 by Berker Peksag in branch '3.6':
    Issue bpo-28225: bz2 module now supports pathlib
    https://hg.python.org/cpython/rev/fc0c244c6e79

    New changeset 0e9b77424d10 by Berker Peksag in branch 'default':
    Issue bpo-28225: Merge from 3.6
    https://hg.python.org/cpython/rev/0e9b77424d10

    @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.7 (EOL) end of life type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    6 participants