- 
Fred Drake yazdıUse != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. 8152d323
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
