Re: [Python-Dev] Python-Dev Digest, Vol 140, Issue 6

2015-03-05 Thread SHAHRUKH KHAN
i think it's time to rename math module to math.py module On Thu, Mar 5, 2015 at 4:30 PM, wrote: > Send Python-Dev mailing list submissions to > python-dev@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/python-d

[Python-Dev] Make review

2015-03-05 Thread Serhiy Storchaka
If you have ready patches that wait for review and committing, tell me. Send me no more than 5 links to issues per person (for first time) in private and I'll try to make reviews if I'm acquainted with affected modules or areas. ___ Python-Dev mailin

Re: [Python-Dev] PEP 485 review (isclose())

2015-03-05 Thread Victor Stinner
2015-03-03 10:17 GMT+01:00 Victor Stinner : > 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.o