summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-01-17 14:23:20 -0700
committerBert JW Regeer <bertjw@regeer.org>2022-01-17 14:25:51 -0700
commitfaec8a27d79bd45110933a63ec3c8cb22968fd6d (patch)
tree492b15a22f86194dc450e76bcee261eb9d6c9203
parent451b7e980ef00a10e8adfcd43273ceb7db971543 (diff)
downloadwaitress-faec8a27d79bd45110933a63ec3c8cb22968fd6d.tar.gz
Update CHANGELOG for OSError subscriptable bugfix in Windows
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c45356e..56e3340 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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.