@@ -1504,14 +1504,14 @@ Highlights
15041504Breaking changes and deprecations
15051505~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15061506
1507- Trio is a young and ambitious project, but it also aims to become a
1508- stable, production-quality foundation for async I/O in Python.
1509- Therefore, our approach for now is to provide deprecation warnings
1510- where-ever possible, but on a fairly aggressive cycle as we push
1511- towards stability . If you use Trio you should ` read and subscribe to
1512- issue #1 <https://github.com/python-trio/trio/issues/1> `__. We'd also
1513- welcome feedback on how this approach is working, whether our
1514- deprecation warnings could be more helpful, or anything else .
1507+ Trio has matured into a stable, production-quality foundation for
1508+ async I/O in Python. While we strive to maintain stability, we may
1509+ make occasional breaking changes to improve the library. Whenever
1510+ possible, we provide deprecation warnings on a reasonable timeline to
1511+ ease transitions . If you use Trio, we recommend ` subscribing to issue
1512+ #1 <https://github.com/python-trio/trio/issues/1> `__ to stay informed
1513+ about changes. We also welcome feedback on how our deprecation process
1514+ is working and whether it could be improved .
15151515
15161516The tl;dr is: stop using ``socket.bind `` if you can, and then fix
15171517everything your test suite warns you about.
0 commit comments