Nov. 11, 2020
3:21 a.m.
On Wed, Nov 11, 2020 at 10:19 AM John Hagen <johnthagen@gmail.com> 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 <songofacandy@gmail.com>