24.01.20 10:29, Serhiy Storchaka пише:
Even Python implementations like collections.abc.Sequence and collections.abc.Mapping were changed to use `x is y or x == y` instead of just `x == y` few versions ago.
https://bugs.python.org/issue26915 _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/JS2JHJQCTIBKCGS7WHEEKXV2V5A4JXQJ/ Code of Conduct: http://python.org/psf/codeofconduct/