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

bpo-45593: make SpooledTemporaryFile.truncate return new file size and improve documentation #29197

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rooterkyberian
Copy link

@rooterkyberian rooterkyberian commented Oct 23, 2021

https://bugs.python.org/issue45593

Currently SpooledTemporaryFile.truncate doesn't return anything.
This seems to be an old issue common for some SpooledTemporaryFile methods; most recently .seek(...) has been fixed in similar fashion.

https://bugs.python.org/issue45593

@rooterkyberian rooterkyberian changed the title pbo-45593: make SpooledTemporaryFile.truncate return new file size and improve documentation bpo-45593: make SpooledTemporaryFile.truncate return new file size and improve documentation Oct 23, 2021
@github-actions
Copy link

github-actions bot commented Nov 23, 2021

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Nov 23, 2021
Copy link
Contributor

@MaxwellDupre MaxwellDupre left a comment

Ran 99 tests in 1.041s

OK (skipped=2)

== Tests result: SUCCESS ==
Looks ok to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting core review stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants