# $Id: TODO,v 1.77 2004/03/16 10:09:19 kjetilja Exp $
# vi:ts=4:et

If you want to hack on pycurl, here's our list of unresolved issues:


BUGS:

    * Find the GC tracking bug which cause Python to fail an assertion
      (this could be a problem in curl also).


DEPRECATED LIBCURL FEATURES:

    * Use curl_formadd() instead of the deprecated curl_formparse().


NEW FEATURES:

    * The current curl HLI only works on Python 2.2 or better. Either
      fix this, or change the docs and setup.py accordingly.

    * Add docs to the high-level interface.

    * Add more options to the undocumented and currently mostly useless
      Curl.unsetopt() method. Have to carefully check the libcurl source
      code for each option we want to support.
