Twisted 22.2.0
·
1272 commits
to trunk
since this release
Twisted 22.2.0 (2022-03-01)
Bugfixes
- twisted.internet.gireactor.PortableGIReactor.simulate and twisted.internet.gtk2reactor.PortableGtkReactor.simulate no longer raises TypeError when there are no delayed called. This was a regression introduced with the migration to Python 3 in which the builtin
minfunction no longer acceptsNoneas an argument. (#9660) - twisted.conch.ssh.transport.SSHTransportBase now disconnects the remote peer if the
SSH version string is not sent in the first 4096 bytes. (#10284, CVE-2022-21716,
GHSA-rv6r-3f5q-9rgx)
Improved Documentation
- Add type annotations for twisted.web.http.Request.getHeader. (#10270)
Deprecations and Removals
- Support for Python 3.6, which is EoL as of 2021-09-04, has been deprecated. (#10303)
Misc
Conch
Misc
- #10298
Web
---
No significant changes.
Mail
----
No significant changes.
Words
-----
No significant changes.
Names
-----
No significant changes.
Trial
-----
Bugfixes
- _dist.test.test_workertrial now correctly compare strings via assertEqual() and pass on PyPy3 (#10302)