File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,10 @@ class TrioDeprecationWarning(FutureWarning):
34
34
upcoming deprecations and other backwards compatibility breaking changes.
35
35
36
36
Despite the name, this class currently inherits from
37
- :class:`FutureWarning`, not :class:`DeprecationWarning`, because while
38
- we're in young-and-aggressive mode we want these warnings to be visible by
39
- default. You can hide them by installing a filter or with the ``-W``
40
- switch: see the :mod:`warnings` documentation for details.
41
-
37
+ :class:`FutureWarning`, not :class:`DeprecationWarning`, because until a
38
+ 1.0 release, we want these warnings to be visible by default. You can hide
39
+ them by installing a filter or with the ``-W`` switch: see the
40
+ :mod:`warnings` documentation for details.
42
41
"""
43
42
44
43
You can’t perform that action at this time.
0 commit comments