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 roniemartinez
Recipients roniemartinez
Date 2020-04-19.07:14:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587280457.85.0.869206136308.issue40326@roundup.psfhosted.org>
In-reply-to
Content
Testing if an empty string is in a given string returns True. Tried only on Python 3.7 but might exists on other versions.

Python 3.7.6 (default, Mar 13 2020, 18:48:35) 
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin

```
>> "" in "hello"
True
```
History
Date User Action Args
2020-04-19 07:14:17roniemartinezsetrecipients: + roniemartinez
2020-04-19 07:14:17roniemartinezsetmessageid: <1587280457.85.0.869206136308.issue40326@roundup.psfhosted.org>
2020-04-19 07:14:17roniemartinezlinkissue40326 messages
2020-04-19 07:14:17roniemartinezcreate