This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ionelmc
Recipients Claudiu.Popa, belopolsky, christian.heimes, eric.snow, eryksun, ethan.furman, grahamd, ionelmc, jedwards, llllllllll, r.david.murray, rhettinger, steven.daprano, terry.reedy
Date 2016-05-23.20:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANkHFr__5Z1oaTbf_-VOWfsTr_vBdzNBycY5UxkFu5JqKxy-jg@mail.gmail.com>
In-reply-to <1464033875.83.0.325239558553.issue23990@psf.upfronthosting.co.za>
Content
On Mon, May 23, 2016 at 11:04 PM, Ethan Furman <report@bugs.python.org>
wrote:

> `issubclass` doesn't "do the right thing", as evidenced by another dev.
>

Hmmm. Technically, in that case, the problem is in
collections.abc.Iterable, not issubclass. I can extent the patch to fix
that too.

Continued complaining to this issue is not going to get you what you want,
> but writing a PEP to address the issue might.
>

Not sure what you're going at here. Are you hinting that you'd support
these changes if there would be a PEP?​
History
Date User Action Args
2016-05-23 20:15:36ionelmcsetrecipients: + ionelmc, rhettinger, terry.reedy, belopolsky, christian.heimes, grahamd, steven.daprano, r.david.murray, Claudiu.Popa, ethan.furman, eric.snow, eryksun, llllllllll, jedwards
2016-05-23 20:15:36ionelmclinkissue23990 messages
2016-05-23 20:15:36ionelmccreate