Skip to content

Commit

Permalink
Update CHANGELOG for OSError subscriptable bugfix in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Jan 17, 2022
1 parent 451b7e9 commit faec8a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Next Release
Bugfix
~~~~~~

- 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.

See https://github.com/Pylons/waitress/pull/361

- Fixed an issue whereby ``BytesIO`` objects were not properly closed, and
thereby would not get cleaned up until garbage collection would get around to
it.
Expand Down

0 comments on commit faec8a2

Please sign in to comment.