Skip to content

Commit bc825bf

Browse files
committed
+ mention mpmath issue 473
1 parent a5bb13a commit bc825bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0812.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ and reccuring issues in the CPython bugtracker (here is an incomplete list:
9696
:cpython-issue:`84450`, :cpython-issue:`85657`, :cpython-issue:`105027`,
9797
:cpython-issue:`107854`, :cpython-issue:`112176`, :cpython-issue:`122615`) and
9898
mathematical libraries in the Python ecosystem (e.g. `numpy/numpy#26310
99-
<https://github.com/numpy/numpy/issues/26310>`_ or `mpmath/mpmath#774
100-
<https://github.com/mpmath/mpmath/issues/774#issuecomment-2034375377>`_).
101-
Among others, broken ``repr(eval(repr(x))) == repr(x)`` invariant for complex
102-
numbers:
99+
<https://github.com/numpy/numpy/issues/26310>`_, `mpmath/mpmath#473
100+
<https://github.com/mpmath/mpmath/issues/473>`_, `mpmath/mpmath#774
101+
<https://github.com/mpmath/mpmath/issues/774>`_). Among others, broken
102+
``repr(eval(repr(x))) == repr(x)`` invariant for complex numbers:
103103

104104
.. code:: pycon
105105

0 commit comments

Comments
 (0)