mirror of
https://github.com/python/cpython.git
synced 2026-05-20 03:14:26 -04:00
040f76b79c
Replace UnicodeDecodeErrors raised during == and != compares of Unicode and other objects with a new UnicodeWarning. All other comparisons continue to raise exceptions. Exceptions other than UnicodeDecodeErrors are also left untouched.