1
0
Fork 0
flightgear/scripts/python/TerraSync
Scott Giese 431844138b python compatibility: make __ne__ explicit.
python3 has a default implementation for __ne__ when __eq__ is defined.  The opposite is not true -- having only __ne__ does not have a default __eq__ implementation.
Also note that there are cases when eq/ne will both be True or both False, therefore, developers are encouraged to explicitly define these methods in pairs.
2020-10-01 23:06:37 -05:00
..
terrasync python compatibility: make __ne__ explicit. 2020-10-01 23:06:37 -05:00
tests terrasync.py: fix a DeprecationWarning 2020-10-01 19:44:19 +02:00
terrasync.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00