well... all multi options seem reasonable for inclusion. options like *_PENALTY_SIZE are "magic" in a sense that using these doesn't encourage good APIs. they are still safe to export in hopes that someone finds a good, sensible use.
some easy options on the other hand may be just too hard to implement correctly/nicely, e.g. SSL_CTX_*, error buffer, file object magic. that is these features should be exported, but only in some reasonable python bindings rather than directly. d. On 1 October 2013 13:07, Daniel Stenberg <[email protected]> wrote: > On Tue, 1 Oct 2013, Dima Tisnek wrote: > >> hey, browsed through C multi interface api, there are quite a few options >> marked (Added in 7.30.0) mostly to do with http pipelining. >> >> these too should be added to pycurl. > > > Are there any options in libcurl that should NOT be supported by pycurl? > > -- > > / daniel.haxx.se > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
