Message227947
What do you think about changing the signature to something like this: def read_text(self, *, encoding=None, errors=None): This is to avoid these arguments being used positionally, which eases future backwards compatibility changes. | |
| Date | User | Action | Args | | 2014-09-30 15:48:04 | cool-RR | set | recipients: + cool-RR, georg.brandl, pitrou, matthiastroffaes, cjwelborn | | 2014-09-30 15:48:04 | cool-RR | set | messageid: <1412092084.88.0.799563235868.issue20218@psf.upfronthosting.co.za> | | 2014-09-30 15:48:04 | cool-RR | link | issue20218 messages | | 2014-09-30 15:48:04 | cool-RR | create | | |