Twisted: twisted-22.2.0rc1 Release

Release date:
February 8, 2022
Previous version:
twisted-22.1.0 (released February 3, 2022)
Magnitude:
120 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in twisted-22.2.0rc1

doadin
exarkun
adiroiban
mgorny
twm

Directory Browser for twisted-22.2.0rc1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Twisted 22.2.0.rc1 (2022-02-08)

This is the last release with support for Python 3.6.

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 Python3 in which the builtin min function no longer accepts None as an argument. (#9660)

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

  • #10216, #10299, #10300

Conch

Bugfixes ~~~~~~~~

  • twisted.conch.ssh.transport.SSHTransportBase now disconnects the remote peer if the SSH version string is not sent in the first 4096 bytes. (#10284)

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)