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 jaraco
Recipients FFY00, brett.cannon, jaraco
Date 2021-05-23.17:42:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621791727.3.0.871115185121.issue44202@roundup.psfhosted.org>
In-reply-to
Content
It would be straightforward to add that parameter to `read_text` but I'm uncertain if it will be needed. Since a Traversable already provides an open method which _does_ explicitly pass through keyword arguments to the underlying opener, perhaps it would be best to direct users to that interface if `errors` is needed and save supporting that parameter for `read_text` unless a user experience demands it. WDYT?
History
Date User Action Args
2021-05-23 17:42:07jaracosetrecipients: + jaraco, brett.cannon, FFY00
2021-05-23 17:42:07jaracosetmessageid: <1621791727.3.0.871115185121.issue44202@roundup.psfhosted.org>
2021-05-23 17:42:07jaracolinkissue44202 messages
2021-05-23 17:42:07jaracocreate