On 06/27/2018 11:52 AM, Guido van Rossum wrote:
Sounds to me really strange that the nested class would become a member. Probably because everything becomes a member unless it's a function (maybe decorated)?
Pretty much. __dunders__, _sunders_, and descriptors do not get transformed. Everything else does. -- ~Ethan~ _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/