On Sun, Sep 25, 2011 at 4:04 AM, charles-francois.natali <python-check...@python.org> 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 functionality checks for CMSG_LEN and SCM_RIGHTS mean the platform check for Windows is now redundant. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com