[Python-3000] __contains__ automatic coercion / unit conversion lib

2008-07-05 Thread Tomasz Melcer
Hello, Python 2.x automatically converts the return value of __contains__ into bool. There was a thread here about changing this in py3k (http://mail.python.org/pipermail/python-3000/2008-January/011780.html), but I cannot find whether this change has been accepted. It isn't in recent tarball. If

Re: [Python-3000] [Python-Dev] Second betas tomorrow

2008-07-05 Thread Gregory P. Smith
On Tue, Jul 1, 2008 at 8:29 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > On Jul 1, 2008, at 10:42 PM, Benjamin Peterson wrote: > >> On Tue, Jul 1, 2008 at 8:44 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: >> >>> On Jul 1, 2008, at 7:27 PM, Brett Cannon wrote: >>> Is a Google Calendar kep

Re: [Python-3000] Get rid of Py_FindMethod

2008-07-05 Thread Collin Winter
On Tue, Jul 1, 2008 at 10:06 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On Tue, Jul 1, 2008 at 5:37 AM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> > wrote: >> http://bugs.python.org/issue3247 complains that with python 3.0, dir() >> of a SRE_Match object returns an empty list. >> >> This type