[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-10 Thread Senthil Kumaran
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 _

[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-10 Thread Roundup Robot
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 _

[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-10 Thread Georg Brandl
Georg Brandl added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-09 Thread Daniel Ellis
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

[issue15607] New print's argument "flush" is not mentioned in docstring

2012-08-09 Thread Serhiy Storchaka
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 p