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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22492>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to