[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset 119d94ad37a99ecb0b8329467d04cd9d909e310e by Berker Peksag in branch '3.6': bpo-29791: Clarify that flush is keyword-only argument (GH-1093) https://github.com/python/cpython/commit/119d94ad37a99ecb0b8329467d04cd9d909e310e --

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset df9783720e40773e7854d2f4e4cfc93f0a2c08b8 by Berker Peksag in branch '3.5': bpo-29791: Clarify that flush is keyword-only argument (GH-1093) https://github.com/python/cpython/commit/df9783720e40773e7854d2f4e4cfc93f0a2c08b8 --

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1253 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1252 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset 61b9ac93712df8092a25223cd56fa6528359792b by Berker Peksag in branch 'master': bpo-29791: Clarify that flush is keyword-only argument (#1093) https://github.com/python/cpython/commit/61b9ac93712df8092a25223cd56fa6528359792b -- ___

[issue29791] print documentation: flush is also a keyword argument

2017-04-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: enhancement -> behavior versions: +Python 3.5, Python 3.7 ___ Python tracker ___

[issue29791] print documentation: flush is also a keyword argument

2017-04-12 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1235 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29791] print documentation: flush is also a keyword argument

2017-03-10 Thread Lucio Ricardo Montero Valenzuela
New submission from Lucio Ricardo Montero Valenzuela: In the print() function documentation (https://docs.python.org/3/library/functions.html#print), the first line says "Print objects to the text stream file, separated by sep and followed by end. sep, end and file, if present, must be given a