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 sco1
Recipients Anthony Sottile, Carl.Friedrich.Bolz, Joshua.Landau, alimuldal, gvanrossum, nedbat, pablogsal, rrauenza, sco1, serhiy.storchaka, shreyanavigyan, steve.dower
Date 2021-04-18.16:18:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618762740.16.0.266411571683.issue43833@roundup.psfhosted.org>
In-reply-to
Content
We can also see this kind of thing with other literals, would that be in scope here?

e.g.

```
Python 3.9.4 (default, Apr  5 2021, 12:33:45) 
[Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> "foo"in ["foo", "bar"]
True
>>> [1,]in [[1,]]
True
```
History
Date User Action Args
2021-04-18 16:19:00sco1setrecipients: + sco1, gvanrossum, Carl.Friedrich.Bolz, nedbat, Joshua.Landau, serhiy.storchaka, steve.dower, Anthony Sottile, pablogsal, shreyanavigyan, alimuldal, rrauenza
2021-04-18 16:19:00sco1setmessageid: <1618762740.16.0.266411571683.issue43833@roundup.psfhosted.org>
2021-04-18 16:19:00sco1linkissue43833 messages
2021-04-18 16:18:59sco1create