#2503 make singletons compared with "is" not == or !=

Thanks to Wummel for the patch
This commit is contained in:
Benjamin Peterson 2008-03-29 15:24:25 +00:00
parent 672fbf5195
commit 5b63acd31e
54 changed files with 140 additions and 141 deletions

View file

@ -51,7 +51,7 @@ class CodeWarrior_suite_Events:
_subcode = 'MAKE'
if _arguments: raise TypeError, 'No optional args expected'
if _no_object != None: raise TypeError, 'No direct arg expected'
if _no_object is not None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@ -135,7 +135,7 @@ class CodeWarrior_suite_Events:
_subcode = 'EXPT'
aetools.keysubst(_arguments, self._argmap_export)
if _no_object != None: raise TypeError, 'No direct arg expected'
if _no_object is not None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@ -154,7 +154,7 @@ class CodeWarrior_suite_Events:
_subcode = 'RMOB'
if _arguments: raise TypeError, 'No optional args expected'
if _no_object != None: raise TypeError, 'No direct arg expected'
if _no_object is not None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@ -193,7 +193,7 @@ class CodeWarrior_suite_Events:
_subcode = 'RUN '
if _arguments: raise TypeError, 'No optional args expected'
if _no_object != None: raise TypeError, 'No direct arg expected'
if _no_object is not None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,
@ -232,7 +232,7 @@ class CodeWarrior_suite_Events:
_subcode = 'UP2D'
if _arguments: raise TypeError, 'No optional args expected'
if _no_object != None: raise TypeError, 'No direct arg expected'
if _no_object is not None: raise TypeError, 'No direct arg expected'
_reply, _arguments, _attributes = self.send(_code, _subcode,