mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
* Implement some __ne__ methods Added test snippets from `__ne__` methods * Fix incompatability in str.__eq__ befaviour Previously "".__eq__(1) returned "False", which is not the case in cpython. Not it's returning 'NotImplemented', as it should