Skip to content

Commit 328270e

Browse files
committed
Link news entries
1 parent e0e4fd7 commit 328270e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Misc/NEWS.d/3.10.0a4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ Harmonized :func:`random.randrange` argument handling to match :func:`range`.
622622
.. nonce: O4VcCY
623623
.. section: Library
624624
625-
Restore compatibility for ``uname_result`` around deepcopy and _replace.
625+
Restore compatibility for :class:`os.uname_result` around deepcopy and _replace.
626626

627627
..
628628

Misc/NEWS.d/3.12.0a3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ event loop but the current event loop was set.
454454
.. nonce: humlhz
455455
.. section: Library
456456
457-
On ``uname_result``, restored expectation that ``_fields`` and ``_asdict``
458-
would include all six properties including ``processor``.
457+
On :class:`os.uname_result`, restored expectation that ``_fields`` and
458+
``_asdict`` would include all six properties including ``processor``.
459459

460460
..
461461

0 commit comments

Comments
 (0)