Skip to content

Commit

Permalink
Add CHANGELOG for wsgi.file_wrapper seek/tell attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jan 17, 2022
1 parent 8423ffa commit 5627a4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Expand Up @@ -11,6 +11,13 @@ Python Version Support
Bugfix
~~~~~~

- ``wsgi.file_wrapper`` now sets the ``seekable``, ``seek``, and ``tell`` attributes from
the underlying file if the underlying file is seekable. This allows WSGI
middleware to implement things like range requests for example

See https://github.com/Pylons/waitress/issues/359 and
https://github.com/Pylons/waitress/pull/363

- In Python 3 ``OSError`` is no longer subscriptable, this caused failures on
Windows attempting to loop to find an socket that would work for use in the
trigger.
Expand Down

0 comments on commit 5627a4c

Please sign in to comment.