diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2016-06-23 03:15:28 -0700 |
---|---|---|
committer | Gerrit Code Review <review@dev.gluster.org> | 2016-06-23 03:15:28 -0700 |
commit | e8229ddeca824e1cfdc2d95cc2bce3c731ea7372 (patch) | |
tree | f6e38d2cf6c1ae715b7b7deee8dac7233b96992f /README.md | |
parent | 835f87bb0dd3c068896f52bfef98a88b16fa13a5 (diff) | |
parent | 0eb0cac0bf027f17439ada98b64fb923717bb14c (diff) |
Merge "doc: Add troubleshooting section"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -6,14 +6,5 @@ This is the official python bindings for the Complete API reference and documentation can be found at [ReadTheDocs](http://libgfapi-python.readthedocs.io/) -### TODOs - -* Submit to pypy to enable installing using pip -* Add support for py3 -* Implement async I/O APIs -* Implement file locking APIs -* Implement os.scandir() like API that leverages d\_type -* Improve Volume.walk() by leveraging scandir. -* Test and allow protocols other than TCP such as rdma and socket. - -Please follow the [Developer Guide](doc/markdown/dev_guide.md) to contribute code. +Please follow the [Developer Guide](doc/markdown/dev_guide.md) to +contribute code. |