Skip to content

Commit c76ba35

Browse files
AA-Turnermiss-islington
authored andcommitted
pythonGH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (pythonGH-109753)
(cherry picked from commit 7495a93) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 52b2f9f commit c76ba35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.12.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -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

973973
uuid
974974
----
@@ -1563,7 +1563,7 @@ unittest
15631563
* An alias of the :class:`~unittest.TextTestResult` class:
15641564
``_TextTestResult`` (deprecated in Python 3.2).
15651565

1566-
(Contributed by Serhiy Storchaka in :issue:`45162`.)
1566+
(Contributed by Serhiy Storchaka in :gh:`89325`.)
15671567

15681568
webbrowser
15691569
----------

0 commit comments

Comments
 (0)