tornado/maint
Ben Darnell 2417cf3573 twisted: Delete TwistedResolver class
This class was deprecated and slated for deletion in Tornado 7.0.
However, it has become broken due to the adoption of RFC 8482
(which limits the use of the ANY query type in DNS) and it now fails
for most domain names (with the exception of localhost).
The upstream issue https://github.com/twisted/twisted/issues/10062
has been open for years which is a pretty good sign that no one
is depending on this class and it's safe to remove it ahead of
schedule.

This class was primarily intended to provide thread-free non-blocking
DNS resolution. If that is still required,
`tornado.platform.caresresolver` is the next best option, although it
has its own limitations which differ from TwistedResolver.
2024-06-11 12:16:55 -04:00
..
benchmark ioloop: Deprecate add_callback_from_signal 2023-05-02 13:09:18 -04:00
scripts twisted: Delete TwistedResolver class 2024-06-11 12:16:55 -04:00
test Drop support for python 3.5 2020-10-31 08:38:17 -04:00
vm *: Remove Python2 __future__ imports throughout the codebase 2018-07-14 16:58:48 -04:00
README spelling corrections 2019-08-11 19:44:12 -04:00

README

This directory contains tools and scripts that are used in the development
and maintenance of Tornado itself, but are probably not of interest to
Tornado users.