This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl
Date 2014-09-25.07:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411628548.86.0.942026388969.issue22492@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-09-25 07:02:28georg.brandlsetrecipients: + georg.brandl
2014-09-25 07:02:28georg.brandlsetmessageid: <1411628548.86.0.942026388969.issue22492@psf.upfronthosting.co.za>
2014-09-25 07:02:28georg.brandllinkissue22492 messages
2014-09-25 07:02:28georg.brandlcreate