We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba74244 commit 92ea055Copy full SHA for 92ea055
docs/project/changelog.rst
@@ -60,6 +60,9 @@ Improvements
60
Bug fixes
61
.........
62
63
+* Prevented :meth:`~asyncio.connection.Connection.recv` from returning
64
+ :class:`bytearray` instead of :class:`bytes` in edge cases.
65
+
66
* Fixed a race condition that could lead to an exception when closing
67
connections in the :mod:`threading` implementation.
68
0 commit comments