Hi, > But what I would like to know, is if is there any reason why XML-RPC can't > optionally work over TLS/SSL using Python's ssl module. I'll create a > ticket, and send a patch, but I was wondering if it was a reason why this > was not implemented.
I think there’s no deeper reason than nobody thought about it. The ssl module is new in 2.6 and 3.x, xmlrpc is an older module for an old technology *cough*, so feel free to open a bug report. Patch guidelines are found at http://docs.python.org/devguide Thanks in advance! Cheers _______________________________________________ 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