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 PeterLovett
Recipients PeterLovett, docs@python
Date 2017-10-19.23:17:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508455062.42.0.213398074469.issue31824@psf.upfronthosting.co.za>
In-reply-to
Content
Documentation of StreamReaderWriter at
https://docs.python.org/3/library/codecs.html#codecs.StreamReaderWriter
section 7.2.1.4.3 is missing the default value on the errors argument.

Should change from:
class codecs.StreamReaderWriter(stream, Reader, Writer, errors)
to be:
class codecs.StreamReaderWriter(stream, Reader, Writer, errors='strict')
History
Date User Action Args
2017-10-19 23:17:42PeterLovettsetrecipients: + PeterLovett, docs@python
2017-10-19 23:17:42PeterLovettsetmessageid: <1508455062.42.0.213398074469.issue31824@psf.upfronthosting.co.za>
2017-10-19 23:17:42PeterLovettlinkissue31824 messages
2017-10-19 23:17:42PeterLovettcreate