[docs] [issue31824] Missing default argument detail in documentation of StreamReaderWriter

Peter Lovett report at bugs.python.org
Thu Oct 19 19:17:42 EDT 2017


New submission from Peter Lovett <pacqa100 at yahoo.com.au>:

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')

----------
assignee: docs at python
components: Documentation
messages: 304646
nosy: PeterLovett, docs at python
priority: normal
severity: normal
status: open
title: Missing default argument detail in documentation of StreamReaderWriter
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31824>
_______________________________________


More information about the docs mailing list