From: Kenneth Reitz Date: Thu, 23 Jun 2011 07:30:22 +0000 (-0400) Subject: TODO Docs X-Git-Tag: v0.5.1^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6253cf4c183161bed987aaa76c0b59e82e281eac;p=services%2Fpython-requests.git TODO Docs --- diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst new file mode 100644 index 0000000..8a631d8 --- /dev/null +++ b/docs/dev/todo.rst @@ -0,0 +1,15 @@ +How to Help +=========== + +Requests is under active development, and contributions are more than welcome! + + +What Needs to be Done +--------------------- + +- OAuth Support (`#65 `_) +- HTTP Cert Checking (`#30 `_) +- Removal of Poster (`#68 `_) +- Python 3.x Support (`#70 `_) +- Kerberos Support (`#47 `_) +- More Flexible Context Manager (`#69 `_) \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 663bda5..0f6d9ca 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,3 +87,4 @@ you. :maxdepth: 2 dev/internals + dev/todo