[sage-devel] Re: PowerSeries element class appears in the TAB completion

2022-03-30 Thread Matthias Koeppe
lazy_import is most likely imported into sage.all by accident. On Wednesday, March 30, 2022 at 8:23:15 AM UTC-7 davida...@gmail.com wrote: > Thank you both for your suggestions, here's the ticket: > https://trac.sagemath.org/ticket/33602 > > Also, do we want the name "lazy_import" in the globa

[sage-devel] Re: PowerSeries element class appears in the TAB completion

2022-03-30 Thread davida...@gmail.com
Thank you both for your suggestions, here's the ticket: https://trac.sagemath.org/ticket/33602 Also, do we want the name "lazy_import" in the global namespace? In the developer's manual it says that it should not, see https://doc.sagemath.org/html/en/developer/coding_in_python.html#deprecation

[sage-devel] Re: arctanh vs. artanh

2022-03-30 Thread Adarsh Kishore
I would suggest keeping all three 'a-', 'ar-', 'arc-' as aliases for the same function (we could keep the 'a-' as the default as it is the shortest to type). This is because I have seen all three versions being used across Computer Science and Mathematics, and restricting anyone of them would be

[sage-devel] Re: Error in documentation: location of `constants.py`

2022-03-30 Thread Adarsh Kishore
Hi, I have opened https://trac.sagemath.org/ticket/33571 for this purpose. I have also pushed the changes on my branch as I had pointed out. Anything else I can help in? On Saturday, March 26, 2022 at 11:28:10 PM UTC+5:30 Adarsh Kishore wrote: > Certainly, I will read up on the process of openi