@@ -659,7 +659,7 @@ inspect
659659
660660* Add :func: `inspect.getasyncgenstate ` and :func: `inspect.getasyncgenlocals `
661661 for determining the current state of asynchronous generators.
662- (Contributed by Thomas Krennwallner in :issue: ` 35759 `.)
662+ (Contributed by Thomas Krennwallner in :gh: ` 79940 `.)
663663
664664* The performance of :func: `inspect.getattr_static ` has been considerably
665665 improved. Most calls to the function should be at least 2x faster than they
@@ -732,7 +732,7 @@ pathlib
732732* Add *walk_up * optional parameter to :meth: `pathlib.PurePath.relative_to `
733733 to allow the insertion of ``.. `` entries in the result; this behavior is
734734 more consistent with :func: `os.path.relpath `.
735- (Contributed by Domenico Ragusa in :issue: ` 40358 `.)
735+ (Contributed by Domenico Ragusa in :gh: ` 84538 `.)
736736
737737* Add :meth: `pathlib.Path.is_junction ` as a proxy to :func: `os.path.isjunction `.
738738 (Contributed by Charles Machalow in :gh: `99547 `.)
@@ -968,7 +968,7 @@ Added ``--durations`` command line option, showing the N slowest test cases::
968968
969969 OK (skipped=3)
970970
971- (Contributed by Giampaolo Rodola in :issue: ` 4080 `)
971+ (Contributed by Giampaolo Rodola in :gh: ` 48330 `)
972972
973973uuid
974974----
@@ -1564,7 +1564,7 @@ unittest
15641564 * An alias of the :class: `~unittest.TextTestResult ` class:
15651565 ``_TextTestResult `` (deprecated in Python 3.2).
15661566
1567- (Contributed by Serhiy Storchaka in :issue: ` 45162 `.)
1567+ (Contributed by Serhiy Storchaka in :gh: ` 89325 `.)
15681568
15691569webbrowser
15701570----------
0 commit comments