diff options
author | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2013-03-05 15:19:22 -0800 |
---|---|---|
committer | Patrick McCarty <patrick.mccarty@linux.intel.com> | 2013-03-05 15:19:22 -0800 |
commit | 2aa2ebb5675a9c413029f9baf44addfad4a68adc (patch) | |
tree | cb0cfe1c2f2d9c03bc769240674758e4cb111f46 /TODO | |
download | python-pycurl-2aa2ebb5675a9c413029f9baf44addfad4a68adc.tar.gz python-pycurl-2aa2ebb5675a9c413029f9baf44addfad4a68adc.tar.bz2 python-pycurl-2aa2ebb5675a9c413029f9baf44addfad4a68adc.zip |
Imported Upstream version 7.19.0upstream/7.19.0upstream
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ +If you want to hack on pycurl, here's our list of unresolved issues: + + +NEW FEATURES/IMPROVEMENTS: + + * Callback handling for stream seek. + + * Add docs to the high-level interface. + + +DEFICIENICES: + + * Using certain invalid options, it may be possible to cause a crash. + This is un-Pythonic behaviour, but you somewhere have to draw a + line between efficiency (and feature completeness) and safety. + There _are_ quite a number of internal error checks, but tracking + and catching all possible (deliberate) misuses is not a goal + (and probably impossible anyway, due to the complexity of libcurl). |