02.10.21 17:10, Todd пише: > Is there a reason we can't use "Object" and make "Any" just an alias for > "Object"?
If you mean "object", then the reason is that "object" has no methods and attributes (besides few dunder methods like __repr__ and __reduce__), while "Any" has all methods and attributes. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/NMKXERTCY3ROGUNKMKPIMRMAZWSPOFCO/ Code of Conduct: http://python.org/psf/codeofconduct/
