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 980db2b commit b99abbdCopy full SHA for b99abbd
newsfragments/3403.deprecated.rst
@@ -2,5 +2,5 @@ Trying to use absolute deadlines on a `trio.CancelScope` constructed
2
with a relative deadline now raises, after being deprecated since Trio
3
0.27.0.
4
5
-To move over, replace the `trio.CancelScope` object instead of mutating
6
-it.
+To switch a cancel scope from being relative to absolute, replace the
+`trio.CancelScope` object instead of trying to mutate it.
0 commit comments