Re: [Python-Dev] Definition of equality check behavior

2019-05-08 Thread Jordan Adler
ed on that, the right call here is to adjust newstr to return that singleton where appropriate. On Tue, May 7, 2019 at 9:23 PM Tim Peters wrote: > [Jordan Adler ] > > Through the course of work on the future polyfills that mimic the > behavior > > of Py3 builtins across versio

[Python-Dev] Definition of equality check behavior

2019-05-07 Thread Jordan Adler
Hey folks! Through the course of work on the future polyfills that mimic the behavior of Py3 builtins across versions of Python, we've discovered that the equality check behavior of at least some builtin types do not match the documented