[issue37581] Docs: Improve phrasing of flush argument for print()

2019-07-12 Thread Kyle Stanley
Change by Kyle Stanley : -- assignee: -> docs@python components: +Documentation nosy: +docs@python type: -> enhancement versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker _

[issue37581] Docs: Improve phrasing of flush argument for print()

2019-07-12 Thread Kyle Stanley
New submission from Kyle Stanley : Currently in the documentation for print() (https://docs.python.org/3/library/functions.html#print), the phrasing for the flush argument is: Whether output is buffered is usually determined by file, but if the flush keyword argument is true, the stream is f