Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26094
| From | Antoine Pitrou <solipsis@pitrou.net> |
|---|---|
| Subject | Re: ssl: add msg_callback |
| Date | 2012-07-26 14:48 +0000 |
| References | <35c62d1b461a1b016ff18a3ba2f7936e@localhost> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2613.1343314135.4697.python-list@python.org> (permalink) |
Hi, ThiƩbaud Weksteen <thiebaud <at> weksteen.fr> writes: > > I wrote a patch for Python 3.2.3 to expose the function > SSL_CTX_set_msg_callback in the module _ssl. > [...] > > Let me know your opinion on that. Does it worth being included? Yes, it sounds useful. Your patch will have to be written against the default branch, although I'm not sure it makes a difference here (see the devguide: http://docs.python.org/devguide/ for more information). Please open an issue at http://bugs.python.org and post your patch there. Thanks Antoine. -- Software development and contracting: http://pro.pitrou.net
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: ssl: add msg_callback Antoine Pitrou <solipsis@pitrou.net> - 2012-07-26 14:48 +0000
csiph-web