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 <[EMAIL PROTECTED]> 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 ([EMAIL PROTECTED])           <*>         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@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/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to