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

Fix #2943: Allow bytesio partial content #2957

Merged
merged 2 commits into from
Jan 7, 2019

Conversation

IgnasiBosch
Copy link
Contributor

In helpers.py when file is a BytesIO, fsize was not setted. It should be setted.

Issue: #2943

  • add tests that fail without the patch
  • ensure all tests pass with pytest
  • add documentation to the relevant docstrings or pages
  • add versionadded or versionchanged directives to relevant docstrings
  • add a changelog entry if this patch changes code

@davidism davidism force-pushed the 2943-bytesio-partial-content branch from ab530ea to 366f3f4 Compare January 7, 2019 14:57
@davidism davidism added this to the 1.1 milestone Jan 7, 2019
@davidism davidism merged commit 4f32c6d into pallets:master Jan 7, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants