[Python-ideas] Re: mro and super don't feel so pythonic

2022-04-24 Thread Stephen J. Turnbull
Steven D'Aprano writes: > On Sat, Apr 23, 2022 at 10:18:05PM +0900, Stephen J. Turnbull wrote: > > malmiteria writes: > > > > If O1 and O2 are refactored into N1(GP) and N2(GP) > > > the MRO as it was before refactoring was essentially N1, GP, N2, GP, > > > as what was O1 before refactor

[Python-ideas] Re: mro and super don't feel so pythonic

2022-04-24 Thread Stephen J. Turnbull
Stephen J. Turnbull writes: > It's usually helpful to assume that if you parse someone's statement > as nonsense, then probably you parsed it wrong. Sorry, s/wrong/inconsistent with the statement's intended meaning/. Obviously the statement was parsed correctly as English. It's "wrong" only i