Skip to content

Conversation

agronholm
Copy link
Owner

Changes

This:

  • updates the PyPI short description
  • improves the documentation based on the feedback from the EuroPython 2025 sprints
  • adds a new section explaining why one would want to use AnyIO's APIs instead of asyncio's
  • fixes a number of broken documentation links

Checklist

If this is a user-facing code change, like a bugfix or a new feature, please ensure that
you've fulfilled the following conditions (where applicable):

  • You've added tests (in tests/) added which would fail without your patch
  • You've updated the documentation (in docs/, in case of behavior changes or new
    features)
  • You've added a new changelog entry (in docs/versionhistory.rst).

If this is a trivial change, like a typo fix or a code reformatting, then you can ignore
these instructions.

Updating the changelog

If there are no entries after the last release, use **UNRELEASED** as the version.
If, say, your patch fixes issue #123, the entry should look like this:

- Fix big bad boo-boo in task groups
  (`#123 <https://github.com/agronholm/anyio/issues/123>`_; PR by @yourgithubaccount)

If there's no issue linked, just link to your pull request instead by updating the
changelog after you've created the PR.

@agronholm
Copy link
Owner Author

I still have more changes incoming, hence the draft status.

Co-authored-by: David Brochart <[email protected]>
@agronholm agronholm added this to the 4.10 milestone Aug 3, 2025
@agronholm agronholm marked this pull request as ready for review August 3, 2025 17:46
Copy link
Collaborator

@davidbrochart davidbrochart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should Trio be upper-case everywhere?

@agronholm
Copy link
Owner Author

Should Trio be upper-case everywhere?

I believe it already is?

@davidbrochart
Copy link
Collaborator

Not in the README.

@agronholm
Copy link
Owner Author

Alright, I fixed that one occurrence now.

@davidbrochart
Copy link
Collaborator

I still see two occurrences.

@agronholm
Copy link
Owner Author

Fixed.

@agronholm agronholm merged commit 01f02cf into master Aug 3, 2025
13 of 15 checks passed
@agronholm agronholm deleted the docs-update branch August 3, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants