[docs] [issue29596] Unfinished sentense in howto/clinic.rst
Steven Rumbalski
report at bugs.python.org
Fri Feb 24 15:33:42 EST 2017
Steven Rumbalski added the comment:
Truncated sentence was always truncated.
Introduced on commit bebf73511a1250fc768bcb7192b5b3c3fd04d8f2
from Issue #20287: Argument Clinic's output is now configurable, allowing
delaying its output or even redirecting it to a separate file.
https://github.com/python/cpython/commit/bebf73511a1250fc768bcb7192b5b3c3fd04d8f2
Another issue from the same commit that still exists today:
buffer
Save up all most of the output from Clinic, to be written into your file near the end.
^^^^^^^^
Perhaps what was meant was 'almost all'?
----------
nosy: +Steven Rumbalski
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29596>
_______________________________________
More information about the docs
mailing list