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

Add PathLike objects support to BZ2File #71698

Closed
zhangyangyu opened this issue Jul 14, 2016 · 1 comment
Closed

Add PathLike objects support to BZ2File #71698

zhangyangyu opened this issue Jul 14, 2016 · 1 comment
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@zhangyangyu
Copy link
Member

BPO 27511
Nosy @brettcannon, @ethanfurman, @zhangyangyu
Superseder
  • bpo-28225: bz2 does not support pathlib
  • Files
  • add_PathLike_objects_support_to_BZ2File.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-10-01.02:06:52.470>
    created_at = <Date 2016-07-14.09:06:36.354>
    labels = ['type-feature', 'library']
    title = 'Add PathLike objects support to BZ2File'
    updated_at = <Date 2016-10-01.02:06:52.469>
    user = 'https://github.com/zhangyangyu'

    bugs.python.org fields:

    activity = <Date 2016-10-01.02:06:52.469>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-10-01.02:06:52.470>
    closer = 'berker.peksag'
    components = ['Library (Lib)']
    creation = <Date 2016-07-14.09:06:36.354>
    creator = 'xiang.zhang'
    dependencies = []
    files = ['43712']
    hgrepos = []
    issue_num = 27511
    keywords = ['patch']
    message_count = 1.0
    messages = ['270385']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'ethan.furman', 'xiang.zhang']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '28225'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27511'
    versions = ['Python 3.6']

    @zhangyangyu
    Copy link
    Member Author

    Attach a patch to add PathLike objects support to BZ2File.

    @zhangyangyu zhangyangyu added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jul 14, 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

    2 participants