Re: [Python-ideas] Dataclasses, keyword args, and inheritance

2018-02-02 Thread Sylvain MARIE
George For what’s worth if it can help for your need – I know that this is not part of the dataclasses PEP – inheritance now works with @autoclass (https://smarie.github.io/python-autoclass/ ), as demonstrated below. Note that unfortunately for mutable default field values you still have to per

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

2018-02-02 Thread Chris Barker
On Thu, Feb 1, 2018 at 1:34 PM, Terry Reedy wrote: > On 1/31/2018 6:15 PM, Chris Barker wrote: > > I still have no idea why there is such resistance to this [spelling >> corrected] >> > > M.-A. Lemburg already summarized his view of the specifics for this > issue. And see below. Thanks for t