mirror of
https://github.com/python/cpython.git
synced 2026-08-02 07:05:38 -04:00
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.