mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-71223: Improve rendering of some references in the docs (GH-93041)
For example, instead of "eval()uated" (link from "eval()") show "evaluated" (link from the whole word).
This commit is contained in:
parent
2fadde7e66
commit
7f835923c1
7 changed files with 16 additions and 9 deletions
|
@ -409,7 +409,7 @@ Some smaller changes made to the core Python language are:
|
|||
evaluating has no elements. (Contributed by Julian Berman in
|
||||
:issue:`18111`.)
|
||||
|
||||
* Module objects are now :mod:`weakref`'able.
|
||||
* Module objects are now :ref:`weakly referenceable <mod-weakref>`.
|
||||
|
||||
* Module ``__file__`` attributes (and related values) should now always
|
||||
contain absolute paths by default, with the sole exception of
|
||||
|
@ -1113,8 +1113,8 @@ with additional speedups by Antoine Pitrou in :issue:`19219`.)
|
|||
mmap
|
||||
----
|
||||
|
||||
mmap objects can now be :mod:`weakref`\ ed. (Contributed by Valerie Lambert in
|
||||
:issue:`4885`.)
|
||||
mmap objects are now :ref:`weakly referenceable <mod-weakref>`.
|
||||
(Contributed by Valerie Lambert in :issue:`4885`.)
|
||||
|
||||
|
||||
multiprocessing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue