Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1cac17

Browse files
committed
More markup fixes.
1 parent a367c93 commit a1cac17

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,14 @@ user-friendliness and correctness.
7979
8080
Interpreter improvements:
8181

82-
* A greatly improved :ref:`interactive interpreter<A Better Interactive Interpreter>`
83-
and :ref:`improved error messages<Improved Error Messages>`.
84-
85-
* Color support in the new :ref:`interactive interpreter<A Better Interactive
86-
Interpreter>`, as well as in :ref:`tracebacks<Improved Error Messages>`
87-
and :ref:`doctest` output. This can be disabled through the
82+
* A greatly improved :ref:`interactive interpreter
83+
<whatsnew313-better-interactive-interpreter>` and
84+
:ref:`improved error messages <whatsnew313-improved-error-messages>`.
85+
86+
* Color support in the new :ref:`interactive interpreter
87+
<whatsnew313-better-interactive-interpreter>`,
88+
as well as in :ref:`tracebacks <whatsnew313-improved-error-messages>`
89+
and :ref:`doctest <whatsnew313-doctest>` output. This can be disabled through the
8890
:envvar:`PYTHON_COLORS` and |NO_COLOR|_ environment variables.
8991

9092
* :pep:`744`: A basic :ref:`JIT compiler <whatsnew313-jit-compiler>` was added.
@@ -135,6 +137,8 @@ Important deprecations, removals or restrictions:
135137
New Features
136138
============
137139

140+
.. _whatsnew313-better-interactive-interpreter:
141+
138142
A Better Interactive Interpreter
139143
--------------------------------
140144

@@ -163,6 +167,8 @@ For more on interactive mode, see :ref:`tut-interac`.
163167
(Contributed by Pablo Galindo Salgado, Łukasz Langa, and
164168
Lysandros Nikolaou in :gh:`111201` based on code from the PyPy project.)
165169

170+
.. _whatsnew313-improved-error-messages:
171+
166172
Improved Error Messages
167173
-----------------------
168174

@@ -627,6 +633,8 @@ dis
627633
the ``show_offsets`` parameter.
628634
(Contributed by Irit Katriel in :gh:`112137`.)
629635

636+
.. _whatsnew313-doctest:
637+
630638
doctest
631639
-------
632640

0 commit comments

Comments
 (0)