Skip to content

Commit 8891a25

Browse files
committed
gh-148588: Add cross-ref link to __lazy_modules__ in NEWS, drop docs entry
Replace bare __lazy_modules__ in the 3.15.0a8 NEWS entry with :attr:`module.__lazy_modules__` to link to the new attribute documentation. Remove the separate docs NEWS entry; the archive entry serves as the record.
1 parent 543527b commit 8891a25

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Misc/NEWS.d/3.15.0a8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dealing with contradictions in ``make_bottom``.
186186
.. section: Core and Builtins
187187
188188
Ensure ``-X lazy_imports=none``` and ``PYTHON_LAZY_IMPORTS=none``` override
189-
``__lazy_modules__``. Patch by Hugo van Kemenade.
189+
:attr:`module.__lazy_modules__`. Patch by Hugo van Kemenade.
190190

191191
..
192192

Misc/NEWS.d/next/Documentation/2026-04-15-00-06-40.gh-issue-148588.gC7AEZ.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)