diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-06-23 03:30:22 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-06-23 03:30:22 -0400 |
| commit | 6253cf4c183161bed987aaa76c0b59e82e281eac (patch) | |
| tree | 235599f3dd98101d0a23923d226fd38669d9bfd4 /docs/dev | |
| parent | 8521075868820f838e670df9d8fb46e249757db2 (diff) | |
| download | python-requests-6253cf4c183161bed987aaa76c0b59e82e281eac.tar.gz | |
TODO Docs
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/todo.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst new file mode 100644 index 00000000..8a631d88 --- /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 <https://github.com/kennethreitz/requests/issues/65>`_) +- HTTP Cert Checking (`#30 <https://github.com/kennethreitz/requests/issues/30>`_) +- Removal of Poster (`#68 <https://github.com/kennethreitz/requests/issues/68>`_) +- Python 3.x Support (`#70 <https://github.com/kennethreitz/requests/issues/70>`_) +- Kerberos Support (`#47 <https://github.com/kennethreitz/requests/issues/47>`_) +- More Flexible Context Manager (`#69 <https://github.com/kennethreitz/requests/issues/69>`_)
\ No newline at end of file |
