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

tempfile.TemporaryFile(): missing errors=... argument #71487

Closed
socketpair mannequin opened this issue Jun 12, 2016 · 2 comments
Closed

tempfile.TemporaryFile(): missing errors=... argument #71487

socketpair mannequin opened this issue Jun 12, 2016 · 2 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir topic-IO type-feature A feature request or enhancement

Comments

@socketpair
Copy link
Mannequin

socketpair mannequin commented Jun 12, 2016

BPO 27300
Nosy @socketpair, @serhiy-storchaka
PRs
  • bpo-27300: Add missing error= argument to tempfile classes #6696
  • 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 2018-05-23.05:09:24.200>
    created_at = <Date 2016-06-12.09:56:35.887>
    labels = ['3.8', 'type-feature', 'library', 'expert-IO']
    title = 'tempfile.TemporaryFile(): missing errors=... argument'
    updated_at = <Date 2018-05-23.05:09:24.178>
    user = 'https://github.com/socketpair'

    bugs.python.org fields:

    activity = <Date 2018-05-23.05:09:24.178>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-05-23.05:09:24.200>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)', 'IO']
    creation = <Date 2016-06-12.09:56:35.887>
    creator = 'socketpair'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 27300
    keywords = []
    message_count = 2.0
    messages = ['317355', '317356']
    nosy_count = 2.0
    nosy_names = ['socketpair', 'serhiy.storchaka']
    pr_nums = ['6696']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27300'
    versions = ['Python 3.8']

    @socketpair socketpair mannequin added stdlib Python modules in the Lib dir topic-IO type-feature A feature request or enhancement labels Jun 12, 2016
    @serhiy-storchaka
    Copy link
    Member

    New changeset 825aab9 by Serhiy Storchaka (sth) in branch 'master':
    bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)
    825aab9

    @serhiy-storchaka
    Copy link
    Member

    Thank you Stephan for your contribution!

    @serhiy-storchaka serhiy-storchaka added the 3.8 only security fixes label May 23, 2018
    @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.8 only security fixes stdlib Python modules in the Lib dir topic-IO type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant