We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f5862 commit 09ae8d5Copy full SHA for 09ae8d5
1 file changed
Doc/whatsnew/3.16.rst
@@ -75,11 +75,11 @@ New features
75
Other language changes
76
======================
77
78
-* Stable ABI extensions may now include a multiarch tuple in the
+* Stable ABI extensions now include a multiarch tuple in the
79
filename, e.g. ``foo.abi3-x86-64-linux-gnu.so``.
80
This permits stable ABI extensions for multiple architectures to be
81
co-installed into the same directory, without clashing with each
82
- other, as regular dynamic extensions do. Build may tools will generate
+ other, as regular dynamic extensions do. Build tools will generate
83
these multiarch tagged filenames, by default, when targeting
84
compatibility with at least Python 3.15.
85
(Contributed by Stefano Rivera in :gh:`122931`.)
0 commit comments