Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links #109753

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ inspect

* Add :func:`inspect.getasyncgenstate` and :func:`inspect.getasyncgenlocals`
for determining the current state of asynchronous generators.
(Contributed by Thomas Krennwallner in :issue:`35759`.)
(Contributed by Thomas Krennwallner in :gh:`79940`.)

* The performance of :func:`inspect.getattr_static` has been considerably
improved. Most calls to the function should be at least 2x faster than they
Expand Down Expand Up @@ -725,7 +725,7 @@ pathlib
* Add *walk_up* optional parameter to :meth:`pathlib.PurePath.relative_to`
to allow the insertion of ``..`` entries in the result; this behavior is
more consistent with :func:`os.path.relpath`.
(Contributed by Domenico Ragusa in :issue:`40358`.)
(Contributed by Domenico Ragusa in :gh:`84538`.)

* Add :meth:`pathlib.Path.is_junction` as a proxy to :func:`os.path.isjunction`.
(Contributed by Charles Machalow in :gh:`99547`.)
Expand Down Expand Up @@ -961,7 +961,7 @@ Added ``--durations`` command line option, showing the N slowest test cases::

OK (skipped=3)

(Contributed by Giampaolo Rodola in :issue:`4080`)
(Contributed by Giampaolo Rodola in :gh:`48330`)

uuid
----
Expand Down Expand Up @@ -1542,7 +1542,7 @@ unittest
* An alias of the :class:`~unittest.TextTestResult` class:
``_TextTestResult`` (deprecated in Python 3.2).

(Contributed by Serhiy Storchaka in :issue:`45162`.)
(Contributed by Serhiy Storchaka in :gh:`89325`.)

webbrowser
----------
Expand Down