Jason R. Coombs <jar...@jaraco.com> added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44202>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to