Skip to content

Commit

Permalink
Fix a couple broken links (#791)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
  • Loading branch information
gschaffner and agronholm committed Sep 29, 2024
1 parent 14e7423 commit bd36d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
"loitering event loop" use case
- Bumped the minimum version of Trio to v0.26.1
- Fixed ``__repr__()`` of ``MemoryObjectItemReceiver``, when ``item`` is not defined
(`#767 <https://github.com/agronholm/anyio/pulls/767>`_; PR by @Danipulok)
(`#767 <https://github.com/agronholm/anyio/pull/767>`_; PR by @Danipulok)
- Fixed ``to_process.run_sync()`` failing to initialize if ``__main__.__file__`` pointed
to a file in a nonexistent directory
(`#696 <https://github.com/agronholm/anyio/issues/696>`_)
Expand All @@ -57,7 +57,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
failing the test instead of exiting the test session (because the exit exception
arrives in an exception group)
- Fixed support for Linux abstract namespaces in UNIX sockets that was broken in v4.2
(#781 <https://github.com/agronholm/anyio/issues/781>_; PR by @tapetersen)
(`#781 <https://github.com/agronholm/anyio/issues/781>`_; PR by @tapetersen)
- Fixed ``KeyboardInterrupt`` (ctrl+c) hanging the asyncio pytest runner

**4.4.0**
Expand Down

0 comments on commit bd36d3a

Please sign in to comment.