◐ Shell
clean mode source ↗

gh-95913: Add io support for SpooledTemporaryFile in Whatsnew by CAM-Gerlach · Pull Request #98312 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@CAM-Gerlach

@CAM-Gerlach CAM-Gerlach commented

Oct 16, 2022

edited by bedevere-bot

Loading

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-bot bedevere-bot added awaiting review docs

Documentation in the Doc dir

skip news labels

Oct 16, 2022

@CAM-Gerlach CAM-Gerlach changed the title Whatsnew: Add io support for tempfile.SpooledTemporaryFile gh-95913: Add io support for SpooledTemporaryFile in Whatsnew

Oct 16, 2022

@CAM-Gerlach CAM-Gerlach added 3.11

only security fixes

needs backport to 3.11

only security fixes

labels

Oct 16, 2022

@CAM-Gerlach CAM-Gerlach mentioned this pull request

Oct 16, 2022

33 tasks

@CAM-Gerlach CAM-Gerlach requested a review from merwok

October 16, 2022 18:43

@CAM-Gerlach

Copy link Copy Markdown

Member Author

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

@JelleZijlstra JelleZijlstra merged commit f3f8b6f into python:main

Oct 24, 2022

@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-bot bedevere-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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@JelleZijlstra JelleZijlstra JelleZijlstra approved these changes

@ezio-melotti ezio-melotti Awaiting requested review from ezio-melotti

@merwok merwok Awaiting requested review from merwok

Assignees

No one assigned

Labels

3.11

only security fixes

docs

Documentation in the Doc dir

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

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