summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-03-05 15:19:22 -0800
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-03-05 15:19:22 -0800
commit2aa2ebb5675a9c413029f9baf44addfad4a68adc (patch)
treecb0cfe1c2f2d9c03bc769240674758e4cb111f46 /TODO
downloadpython-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--TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..54d1da7
--- /dev/null
+++ b/TODO
@@ -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).