[issue39972] Math library Bug Return None for "degrees(0)"

2020-03-15 Thread Ion SKALAMERA
Change by Ion SKALAMERA : -- components: +Library (Lib) ___ Python tracker <https://bugs.python.org/issue39972> ___ ___ Python-bugs-list mailing list Unsub

[issue39972] Math library Bug Return None for "degrees(0)"

2020-03-15 Thread Ion SKALAMERA
New submission from Ion SKALAMERA : I tried programming a recursive fractal with Python Turtle on repl.it: https://repl.it/@IonSKALAMERA/simplefractalrecursive and when my code came to calculating the angle degrees(0) returned NoneType which is a serious bug in the math library. I dont know

[issue39972] Math library Bug Return None for "degrees(0)"

2020-03-15 Thread Ion SKALAMERA
Change by Ion SKALAMERA : -- nosy: +mark.dickinson, rhettinger, stutzbach -Ion SKALAMERA ___ Python tracker <https://bugs.python.org/issue39972> ___ ___ Pytho