You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compatibility policy contains a number of examples of how to deprecate APIs that hard-code specific Twisted versions. This isn't what a Twisted developer should actually write: new deprecations should be written with incremental placeholders:
The compatibility policy contains a number of examples of how to deprecate APIs that hard-code specific Twisted versions. This isn't what a Twisted developer should actually write: new deprecations should be written with incremental placeholders:
The documentation should match practice.