mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00: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.