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