This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients asicscwcs, eric.smith, iritkatriel, orsenthil, serhiy.storchaka
Date 2021-07-02.11:47:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625226457.18.0.721536865192.issue44520@roundup.psfhosted.org>
In-reply-to
Content
I meant:

... it will be true for bs which is an empty bytes().


You are thinking of b'' and None as if they are the same thing. They are not.  If this was a check for None it would be "if bs is None" and not "if not bs".
History
Date User Action Args
2021-07-02 11:47:37iritkatrielsetrecipients: + iritkatriel, orsenthil, eric.smith, serhiy.storchaka, asicscwcs
2021-07-02 11:47:37iritkatrielsetmessageid: <1625226457.18.0.721536865192.issue44520@roundup.psfhosted.org>
2021-07-02 11:47:37iritkatriellinkissue44520 messages
2021-07-02 11:47:37iritkatrielcreate