2015-03-03 10:17 GMT+01:00 Victor Stinner <victor.stin...@gmail.com>:
> Maybe it's time to rename the math module to _math and create a
> math.py module, like _decimal/decimal? math.py should end with "from
> _math import *".

Since the idea looks to be well accepted, I proposed a patch to implement it:
http://bugs.python.org/issue23595?

math.py contains 4 constants (e, pi, inf, nan; nan is optionnal) and 4
functions: degrees(), radians(), factorial(), fsum().

See the issue for details.

Victor
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to