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 [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
