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 kigawas
Recipients kigawas
Date 2019-10-16.08:40:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571215214.87.0.1528825259.issue38498@roundup.psfhosted.org>
In-reply-to
Content
In [1]: '' in '' == ''                                                                                                
Out[1]: True

In [2]: 'a' in 'a' == 'a'                                                                                             
Out[2]: True
History
Date User Action Args
2019-10-16 08:40:14kigawassetrecipients: + kigawas
2019-10-16 08:40:14kigawassetmessageid: <1571215214.87.0.1528825259.issue38498@roundup.psfhosted.org>
2019-10-16 08:40:14kigawaslinkissue38498 messages
2019-10-16 08:40:14kigawascreate