Etienne Laurin
Etienne Laurin
Please ignore the misleading issue name. Here is [a very early draft](http://atnnn.github.io/rethinkdb/RethinkDB_docs_dump.pdf) generated from the `pdf` branch of the `www` repo.
@afiskon it's a private repo at the moment.
A successful `toArray` does close the cursor. This should definitely be added to the docs.
That seems like a good idea to me. Could you open this issue in https://github.com/rethinkdb/docs? A PR might be welcome too.
The documentation for forEach could benefit from being more detailed. See https://github.com/rethinkdb/rethinkdb/issues/3798#issuecomment-75135022 and https://github.com/rethinkdb/rethinkdb/issues/3798#issuecomment-75139364
The first paragraph of the [documentation](https://www.rethinkdb.com/api/javascript/sample/) already specifies that "selection is done without replacement".
It is possible there is a bottleneck somewhere in this driver, I have done very little benchmarking. How are you measuring your numbers? How long does it take for the...
Does changing `maybe_unstr` to `maybe_str` fix the issue? I don't recognize that output format. Where is it from?
It works for me, tested with Python 3.2.3 and 3.3.5. What version of Python 3 are you using? Here's the generated file [control.cc](https://gist.github.com/AtnNn/ed75553796999efac527).
Thanks for investigating. It appears that Python 3.2 doesn't support the `u` prefix for strings, which causes some tests to be skipped. I've added support for Python 3.4's `ast.NameConstant` on...