> On Sun, Sep 25, 2011 at 4:04 AM, charles-francois.natali
> wrote:
>> +if not(sys.platform == 'win32' or (hasattr(socket, 'CMSG_LEN') and
>> + hasattr(socket, 'SCM_RIGHTS'))):
>> raise ImportError('pickling of connections not supported')
>
> I'm pretty sure t
On Sun, Sep 25, 2011 at 4:04 AM, charles-francois.natali
wrote:
> +if not(sys.platform == 'win32' or (hasattr(socket, 'CMSG_LEN') and
> + hasattr(socket, 'SCM_RIGHTS'))):
> raise ImportError('pickling of connections not supported')
I'm pretty sure the functio
On Sat, Sep 24, 2011 at 10:21 PM, Steven D'Aprano wrote:
> Guido van Rossum wrote:
>> I believe this API is fundamentally wrong for float ranges, even if
>> it's great for int ranges, and I will fight against adding it to the
>> stdlib in that form.
>
> I wasn't proposing it to be in the standard