Skip to content

Commit 56181f5

Browse files
author
Matthias Koeppe
committed
src/sage/rings/real_mpfr.pyx: Remove function deprecated in #24511 (2018)
1 parent a7992bd commit 56181f5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/sage/rings/real_mpfr.pyx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6099,24 +6099,6 @@ cdef class int_toRR(Map):
60996099
return y
61006100

61016101

6102-
def create_RealField(*args, **kwds):
6103-
r"""
6104-
Deprecated function moved to :mod:`sage.rings.real_field`.
6105-
6106-
TESTS::
6107-
6108-
sage: from sage.rings.real_mpfr import create_RealField
6109-
sage: create_RealField()
6110-
doctest:...: DeprecationWarning: Please import create_RealField from sage.rings.real_field
6111-
See https://github.com/sagemath/sage/issues/24511 for details.
6112-
Real Field with 53 bits of precision
6113-
"""
6114-
# deprecation has already been imported in this file
6115-
deprecation(24511, "Please import create_RealField from sage.rings.real_field")
6116-
from sage.rings.real_field import create_RealField as cr
6117-
return cr(*args, **kwds)
6118-
6119-
61206102
# Support Python's numbers abstract base class
61216103
import numbers
61226104
numbers.Real.register(RealNumber)

0 commit comments

Comments
 (0)