Re: [Python-ideas] Support WHATWG versions of legacy encodings

2018-02-04 Thread Nick Coghlan
On 2 February 2018 at 16:52, Steven D'Aprano wrote: > If it were my decision, I'd have these codecs raise a warning (not an > error) when used for encoding. But I guess some people will consider > that either going too far or not far enough :-) Rob pointed out that one of the main use cases for t

Re: [Python-ideas] Support WHATWG versions of legacy encodings

2018-02-04 Thread Serhiy Storchaka
05.02.18 05:01, Nick Coghlan пише: On 2 February 2018 at 16:52, Steven D'Aprano wrote: If it were my decision, I'd have these codecs raise a warning (not an error) when used for encoding. But I guess some people will consider that either going too far or not far enough :-) Rob pointed out tha