Skip to content

Commit d89c007

Browse files
committed
Add link to What's New
1 parent 6d8dc71 commit d89c007

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,6 @@ specifically:
502502
purpose in :pep:`793`, with a new :c:type:`PySlot` structure
503503
introduced in :pep:`820`.
504504

505-
The reference documentation for these features is complete, but currently
506-
aimed at early adopters.
507-
A migration guide is planned for an upcoming beta release.
508-
509505
Note that Stable ABI does not offer all the functionality that CPython
510506
has to offer.
511507
Extensions that cannot switch to ``abi3t`` should continue to build for
@@ -521,6 +517,9 @@ If not using a build tool -- or when writing such a tool -- you can select
521517
``abi3t`` by setting the macro :c:macro:`!Py_TARGET_ABI3T` as discussed
522518
in :ref:`abi3-compiling`.
523519

520+
A practical :ref:`migration guide <abi3t-migration-howto>` for switching to
521+
``abi3t`` is available.
522+
524523
.. seealso:: :pep:`803` for further details.
525524

526525

0 commit comments

Comments
 (0)