On 2018-01-19 09:20, Ralf Stephan wrote:
Hi,
Is deprecation necessary for class member functions starting with
underscore, i.e. a weak "internal use" indicator?
No, unless it's a special method. Those are methods which typically
start and end with an underscore. See
https://trac.sagemath.org/
On Friday, January 19, 2018 at 3:31:25 AM UTC-6, Erik Bray wrote:
>
> On Fri, Jan 19, 2018 at 9:20 AM, Ralf Stephan > wrote:
> > Hi,
> > Is deprecation necessary for class member functions starting with
> > underscore, i.e. a weak "internal use" indicator?
>
> I don't know what the precedent
On Fri, Jan 19, 2018 at 9:20 AM, Ralf Stephan wrote:
> Hi,
> Is deprecation necessary for class member functions starting with
> underscore, i.e. a weak "internal use" indicator?
I don't know what the precedent is for Sage, but I would say no.
There are rare cases that an undescored member is act