Re: [Python-Dev] Optional delta argument for assertAlmostEqual

2010-03-28 Thread Charles McCreary
prano wrote: > On Sun, 28 Mar 2010 02:54:19 pm Charles McCreary wrote: > > Perhaps not just absolute but relative tolerance, e.g.: > > > > def isclose(x, y, rtol=1.e-5, atol=1.e-8): > > return abs(x-y) <= atol + rtol * abs(y) > > I'm not sure why y

Re: [Python-Dev] Optional delta argument for assertAlmostEqual

2010-03-27 Thread Charles McCreary
half of your employer. > > > ___ > Python-Dev mailing list > Python-Dev@python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/charles.r.mccreary%40gmail.com >

[Python-Dev] Introducing GSOC student James Pruitt

2009-05-24 Thread Charles McCreary
I am a mentor for a GSOC 2009 student working on a PSF project. His project abstract is "Handling of subprocess async io issues, testing and reimplementing the commands module in terms of subprocess." He has started a blog, http://subdev.blogspot.com/, in which he is providing general information o