[New-bugs-announce] [issue22492] small addition to print() docs: no binary streams.

Georg Brandl report at bugs.python.org
Thu Sep 25 09:02:28 CEST 2014


New submission from Georg Brandl:

This is implicit in the "converts arguments to strings", but people might reasonably expect that print(x, file=y) is the same as y.write(x) for strings and bytes.  This paragraph makes it clear.

----------
files: print_binary.diff
keywords: patch
messages: 227509
nosy: georg.brandl
priority: normal
severity: normal
status: open
title: small addition to print() docs: no binary streams.
Added file: http://bugs.python.org/file36719/print_binary.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22492>
_______________________________________


More information about the New-bugs-announce mailing list