Skip to content

Commit 8290f93

Browse files
Release Managervbraun
Release Manager
authored andcommitted
Trac #26865: remove the deprecated piecewise_old module
after #14801 URL: https://trac.sagemath.org/26865 Reported by: chapoton Ticket author(s): Frédéric Chapoton Reviewer(s): Jeroen Demeyer
2 parents 2c886e0 + 5883c77 commit 8290f93

File tree

2 files changed

+0
-1856
lines changed

2 files changed

+0
-1856
lines changed

src/sage/functions/all.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from sage.misc.lazy_import import lazy_import
44

5-
lazy_import('sage.functions.piecewise_old', 'Piecewise') # deprecated
65
lazy_import('sage.functions.piecewise', 'piecewise')
76
lazy_import('sage.functions.error', ['erf', 'erfc', 'erfi', 'erfinv',
87
'fresnel_sin', 'fresnel_cos'])
@@ -21,7 +20,6 @@
2120
reciprocal_trig_functions = {'sec': cos, 'csc': sin, 'cot': tan, 'sech': cosh, 'csch': sinh, 'coth': tanh}
2221

2322

24-
2523
from .other import ( ceil, floor, abs_symbolic, sqrt,
2624
arg, real_part, real, frac,
2725
factorial, binomial,

0 commit comments

Comments
 (0)