On Sat, Oct 03, 2020 at 11:41:16AM +0300, Serhiy Storchaka wrote: > issubclass() accept types (extension types and new-style classes), > classic classes and arbitrary objects with the __bases__ attribute as > its arguments.
I didn't think classic classes were still possible in Python 3. How do you get them? -- Steve _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/RQZMNNXXVQJIETT7HALTUYVOF52HJY5P/ Code of Conduct: http://python.org/psf/codeofconduct/
