Skip to content

gh-95913: Add io support for SpooledTemporaryFile in Whatsnew - #98312

Merged
JelleZijlstra merged 3 commits into
python:mainfrom
CAM-Gerlach:whatsnew-add-tempfile
Oct 24, 2022
Merged

gh-95913: Add io support for SpooledTemporaryFile in Whatsnew#98312
JelleZijlstra merged 3 commits into
python:mainfrom
CAM-Gerlach:whatsnew-add-tempfile

Conversation

@CAM-Gerlach

@CAM-GerlachCAM-Gerlach commented Oct 16, 2022

Copy link
Copy Markdown
Member

Part of #95913

Adds a section for tempfile to the 3.11 What's New, mentioning that tempfile.SpooledTemporaryFIle now supports the full range of IO base class methods, as added in issue #70363 / PR #29560 .

@bedevere-botbedevere-bot added awaiting review docs Documentation in the Doc dir skip news labels Oct 16, 2022
@CAM-GerlachCAM-Gerlach changed the title Whatsnew: Add io support for tempfile.SpooledTemporaryFilegh-95913: Add io support for SpooledTemporaryFile in WhatsnewOct 16, 2022
@CAM-GerlachCAM-Gerlach added 3.11 only security fixes needs backport to 3.11 only security fixes labels Oct 16, 2022
@CAM-GerlachCAM-Gerlach mentioned this pull request Oct 16, 2022
33 tasks
Comment threadDoc/whatsnew/3.11.rst Outdated
@CAM-Gerlach

Copy link
Copy Markdown
MemberAuthor

Hey @merwok , is this ✔️ on your end?

Comment threadDoc/whatsnew/3.11.rst Outdated
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @CAM-Gerlach for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 24, 2022
…new (pythonGH-98312)
(cherry picked from commit f3f8b6f)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
@bedevere-bot

Copy link
Copy Markdown

GH-98599 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Oct 24, 2022
miss-islington added a commit that referenced this pull request Oct 24, 2022
…H-98312)
(cherry picked from commit f3f8b6f)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 24, 2022
…try (pythonGH-98604)
Followup from pythonGH-98312.
(cherry picked from commit c5a9d3f)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
miss-islington added a commit that referenced this pull request Oct 24, 2022
…H-98604)
Followup from GH-98312.
(cherry picked from commit c5a9d3f)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.11only security fixesdocsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@CAM-Gerlach@miss-islington@bedevere-bot@merwok@JelleZijlstra