On Wed, Nov 11, 2020 at 10:19 AM John Hagen <[email protected]> wrote: > > I admit I am in a very small minority however. That being said, I have > discovered > a few minor bugs in my code or in third party libraries over the years using > -bb. > But I would understand still wanting to remove this feature to lower > maintenance burden.
Which warning helped you? str(bytes)? bytes == str? or bytes == int? I am not much concerned about removing str(bytes) warning anytime soon. Only bytes== warning is significant maintenance burden. Regards, -- Inada Naoki <[email protected]> _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/KROXMCDQGYAJDFH7ZSMZG2SW22TTWJ4Y/ Code of Conduct: http://python.org/psf/codeofconduct/
