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 upendra-k14
Recipients Dimitri Papadopoulos Orfanos, docs@python, upendra-k14
Date 2016-01-04.02:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451873639.2.0.830589775297.issue26001@psf.upfronthosting.co.za>
In-reply-to
Content
I also think that for better clarification, binary mode and text mode should be specified clearly for both methods read() and write(). 

For read(), I have changed it to:

' some quantity of data and returns it as a string (in text mode) or bytes object (in binary mode).'

For write(), I have changed it to:

' To write something other than a string (in text mode) or bytes object (in binary mode), it needs to be converted first to string or bytes object respectively. '

Please if someone could review it, as I have not submitted a patch related to docs before. And I am not sure, if I have made correct changes at right place.
History
Date User Action Args
2016-01-04 02:13:59upendra-k14setrecipients: + upendra-k14, docs@python, Dimitri Papadopoulos Orfanos
2016-01-04 02:13:59upendra-k14setmessageid: <1451873639.2.0.830589775297.issue26001@psf.upfronthosting.co.za>
2016-01-04 02:13:59upendra-k14linkissue26001 messages
2016-01-04 02:13:58upendra-k14create