In article <8ff1698c-8205-4171-9e41-2e382bd52...@g23g2000vbr.googlegroups.com>, Xavier <[email protected]> wrote: > I've hacked multiprocessing.connection (in a basic way) to allow ssl > encryption using ssl.wrap_socket. > > Anybody knows how i can contribute this to main developers?
If you haven't already, open a feature request issue on the Python bug tracker (http://bugs.python.org/) and attach the code as a patch file. -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
