[Python-3000] [PATCH] Fix math.ceil() behaviour for PEP3141

Guido van Rossum guido at python.org
Thu Aug 23 16:38:05 CEST 2007


Aahz,

While the sprint is going on (and because I knew about the tracker
move) I've encouraged people at the sprint to post their patches
directly to python-3000 -- most likely the review feedback will be
given in person and then the patch will be checked in. This is quicker
than using a tracker for this particular purpose. Patches that are
left hanging past the sprint will have to be uploaded to the (new)
tracker.

--Guido

On 8/23/07, Aahz <aahz at pythoncraft.com> wrote:
> On Wed, Aug 22, 2007, Keir Mierle wrote:
> >
> > The attached patch fixes math.ceil to delegate to x.__ceil__() if it
> > is defined, according to PEP 3141, and adds tests to cover the new
> > cases. Patch is against r57303.
>
> Please wait until the new python.org bug tracker is up and post the
> patch there.
> --
> Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/
>
> "If you don't know what your program is supposed to do, you'd better not
> start writing it."  --Dijkstra
> _______________________________________________
> Python-3000 mailing list
> Python-3000 at python.org
> http://mail.python.org/mailman/listinfo/python-3000
> Unsubscribe: http://mail.python.org/mailman/options/python-3000/guido%40python.org
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list