[issue15607] New print's argument "flush" is not mentioned in docstring
New submission from Serhiy Storchaka: New print's argument "flush" is not mentioned in docstring. ---------- assignee: docs@python components: Documentation keywords: easy messages: 167809 nosy: docs@python, storchaka priority: normal severity: normal stage: needs patch status: open title: New print's argument "flush" is not mentioned in docstring versions: Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15607> _______________________________________
Daniel Ellis added the comment: I've updated the docstring. This is my first time editing a C module, so please let me know if I've done something egregiously wrong. ---------- keywords: +patch nosy: +Daniel.Ellis Added file: http://bugs.python.org/file26746/print_doc_add_flush.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15607> _______________________________________
Changes by Serhiy Storchaka <storchaka@gmail.com>: ---------- nosy: +georg.brandl _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15607> _______________________________________
Georg Brandl added the comment: LGTM. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15607> _______________________________________
Roundup Robot added the comment: New changeset e4877d59613d by Senthil Kumaran in branch 'default': Fix issue #15607: Update the print builtin function docstring with the new flush keyword. http://hg.python.org/cpython/rev/e4877d59613d ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15607> _______________________________________
Senthil Kumaran added the comment: Thanks for raising this issue, Serhiy and thanks for the patch, Daniel. It is committed now. ---------- nosy: +orsenthil resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15607> _______________________________________
participants (5)
-
Daniel Ellis
-
Georg Brandl
-
Roundup Robot
-
Senthil Kumaran
-
Serhiy Storchaka