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