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
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
>
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