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

Test and document that dir=... in tempfile may be PathLike #79984

Closed
asottile mannequin opened this issue Jan 21, 2019 · 4 comments
Closed

Test and document that dir=... in tempfile may be PathLike #79984

asottile mannequin opened this issue Jan 21, 2019 · 4 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@asottile
Copy link
Mannequin

asottile mannequin commented Jan 21, 2019

BPO 35803
Nosy @zware, @asottile, @miss-islington
PRs
  • bpo-35803: Document and test dir=PathLike for tempfile #11644
  • bpo-35803: Document and test dir=PathLike for tempfile #11644
  • bpo-35803: Document and test dir=PathLike for tempfile #11644
  • [3.8] bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) #15796
  • [3.7] bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) #15797
  • 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-09.15:56:59.523>
    created_at = <Date 2019-01-21.22:07:02.404>
    labels = ['type-bug', '3.8', '3.9', '3.7', 'tests', 'docs']
    title = 'Test and document that `dir=...` in tempfile may be PathLike'
    updated_at = <Date 2019-09-09.17:33:21.034>
    user = 'https://github.com/asottile'

    bugs.python.org fields:

    activity = <Date 2019-09-09.17:33:21.034>
    actor = 'miss-islington'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-09-09.15:56:59.523>
    closer = 'zach.ware'
    components = ['Documentation', 'Tests']
    creation = <Date 2019-01-21.22:07:02.404>
    creator = 'Anthony Sottile'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35803
    keywords = ['patch', 'patch', 'patch']
    message_count = 4.0
    messages = ['334188', '351508', '351538', '351539']
    nosy_count = 4.0
    nosy_names = ['docs@python', 'zach.ware', 'Anthony Sottile', 'miss-islington']
    pr_nums = ['11644', '11644', '11644', '15796', '15797']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35803'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @asottile
    Copy link
    Mannequin Author

    asottile mannequin commented Jan 21, 2019

    This appears to be true in 3.6+ -- I'd like to add a test and documentation ensuring that going forward.

    Related: python/typeshed#2749

    @asottile asottile mannequin added the 3.8 only security fixes label Jan 21, 2019
    @asottile asottile mannequin assigned docspython Jan 21, 2019
    @asottile asottile mannequin added docs Documentation in the Doc dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Jan 21, 2019
    @zware
    Copy link
    Member

    zware commented Sep 9, 2019

    New changeset 370138b by Zachary Ware (Anthony Sottile) in branch 'master':
    bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
    370138b

    @zware zware added 3.7 (EOL) end of life 3.9 only security fixes labels Sep 9, 2019
    @zware zware closed this as completed Sep 9, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset eadf6b8 by Miss Islington (bot) in branch '3.8':
    bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
    eadf6b8

    @miss-islington
    Copy link
    Contributor

    New changeset b4591ad by Miss Islington (bot) in branch '3.7':
    bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
    b4591ad

    @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 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants