Skip to content

Commit 97d496c

Browse files
committed
intersphinx
1 parent ba5f557 commit 97d496c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

peps/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"py3.12": ("https://docs.python.org/3.12/", None),
7474
"py3.13": ("https://docs.python.org/3.13/", None),
7575
"py3.14": ("https://docs.python.org/3.14/", None),
76+
"py3.15": ("https://docs.python.org/3.15/", None),
7677
"python": ("https://docs.python.org/3/", None),
7778
"trio": ("https://trio.readthedocs.io/en/latest/", None),
7879
"typing": ("https://typing.python.org/en/latest/", None),

peps/pep-0800.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ and are described below.)
176176
Runtime restrictions on multiple inheritance
177177
--------------------------------------------
178178

179-
While Python generally allows multiple inheritance, the runtime imposes various restrictions, as documented in
180-
`CPython <https://docs.python.org/3.15/reference/compound_stmts.html#multiple-inheritance>`__.
179+
While Python generally allows multiple inheritance, the runtime imposes various restrictions, as
180+
:external+py3.15:ref:`documented in CPython <multiple-inheritance>`.
181181
Two sets of restrictions, around a consistent MRO and a consistent metaclass, can already be implemented by
182182
type checkers using information available in the type system. The third restriction, around instance layout,
183183
is the one that requires knowledge of disjoint bases. Classes that contain a non-empty ``__slots__`` definition

0 commit comments

Comments
 (0)