summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.10.0b1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/3.10.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.10.0b1.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS.d/3.10.0b1.rst b/Misc/NEWS.d/3.10.0b1.rst
index 640f3ee..306e987 100644
--- a/Misc/NEWS.d/3.10.0b1.rst
+++ b/Misc/NEWS.d/3.10.0b1.rst
@@ -182,7 +182,7 @@ normally be possible, but might occur in some unusual circumstances.
.. nonce: u5Y6bS
.. section: Core and Builtins
-Importing the :mod:`_signal` module in a subinterpreter has no longer side
+Importing the :mod:`!_signal` module in a subinterpreter has no longer side
effects.
..
@@ -776,11 +776,11 @@ builtins.open() is now io.open().
.. nonce: o1zEk_
.. section: Library
-The Python :func:`_pyio.open` function becomes a static method to behave as
+The Python :func:`!_pyio.open` function becomes a static method to behave as
:func:`io.open` built-in function: don't become a bound method when stored
as a class variable. It becomes possible since static methods are now
-callable in Python 3.10. Moreover, :func:`_pyio.OpenWrapper` becomes a
-simple alias to :func:`_pyio.open`. Patch by Victor Stinner.
+callable in Python 3.10. Moreover, :func:`!_pyio.OpenWrapper` becomes a
+simple alias to :func:`!_pyio.open`. Patch by Victor Stinner.
..