@@ -659,7 +659,7 @@ inspect
659
659
660
660
* Add :func: `inspect.getasyncgenstate ` and :func: `inspect.getasyncgenlocals `
661
661
for determining the current state of asynchronous generators.
662
- (Contributed by Thomas Krennwallner in :issue: ` 35759 `.)
662
+ (Contributed by Thomas Krennwallner in :gh: ` 79940 `.)
663
663
664
664
* The performance of :func: `inspect.getattr_static ` has been considerably
665
665
improved. Most calls to the function should be at least 2x faster than they
@@ -732,7 +732,7 @@ pathlib
732
732
* Add *walk_up * optional parameter to :meth: `pathlib.PurePath.relative_to `
733
733
to allow the insertion of ``.. `` entries in the result; this behavior is
734
734
more consistent with :func: `os.path.relpath `.
735
- (Contributed by Domenico Ragusa in :issue: ` 40358 `.)
735
+ (Contributed by Domenico Ragusa in :gh: ` 84538 `.)
736
736
737
737
* Add :meth: `pathlib.Path.is_junction ` as a proxy to :func: `os.path.isjunction `.
738
738
(Contributed by Charles Machalow in :gh: `99547 `.)
@@ -968,7 +968,7 @@ Added ``--durations`` command line option, showing the N slowest test cases::
968
968
969
969
OK (skipped=3)
970
970
971
- (Contributed by Giampaolo Rodola in :issue: ` 4080 `)
971
+ (Contributed by Giampaolo Rodola in :gh: ` 48330 `)
972
972
973
973
uuid
974
974
----
@@ -1563,7 +1563,7 @@ unittest
1563
1563
* An alias of the :class: `~unittest.TextTestResult ` class:
1564
1564
``_TextTestResult `` (deprecated in Python 3.2).
1565
1565
1566
- (Contributed by Serhiy Storchaka in :issue: ` 45162 `.)
1566
+ (Contributed by Serhiy Storchaka in :gh: ` 89325 `.)
1567
1567
1568
1568
webbrowser
1569
1569
----------
0 commit comments