Files
python-keystoneclient/keystoneclient
yuyafei ef34175095 Add __ne__ built-in function
In Python 3 __ne__ by default delegates to __eq__ and inverts the
result, but in Python 2 they urge you to define __ne__ when you
define __eq__ for it to work properly [1].There are no implied
relationships among the comparison operators. The truth of x==y
does not imply that x!=y is false. Accordingly, when defining
__eq__(), one should also define __ne__() so that the operators
will behave as expected.
[1]https://docs.python.org/2/reference/datamodel.html#object.__ne__
Also fixes spelling errors:resoruces.

Change-Id: Iae4ce0fe84fae810711cc8c3fdb94eb9ca1d772e
Closes-Bug: #1586268
2016-08-11 11:19:30 +08:00
..
2016-07-09 23:30:32 +08:00
2016-04-23 06:25:20 +00:00
2016-08-11 11:19:30 +08:00
2016-05-04 19:47:14 +00:00
2015-11-25 00:23:17 +00:00
2016-08-11 11:19:30 +08:00
2015-12-17 12:04:17 +11:00
2016-04-23 06:25:20 +00:00
2016-05-04 23:31:52 +00:00
2015-02-09 20:34:49 -06:00