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 serhiy.storchaka
Recipients ncoghlan, serhiy.storchaka
Date 2017-11-22.15:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511365678.92.0.213398074469.issue32055@psf.upfronthosting.co.za>
In-reply-to
Content
PR 4501 makes the parser emitting a SyntaxWarning for chained `in` and `not in` comparison operators. In future it can be turned into a SyntaxError.

But this should be first discussed on Python-Dev.
History
Date User Action Args
2017-11-22 15:47:58serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan
2017-11-22 15:47:58serhiy.storchakasetmessageid: <1511365678.92.0.213398074469.issue32055@psf.upfronthosting.co.za>
2017-11-22 15:47:58serhiy.storchakalinkissue32055 messages
2017-11-22 15:47:58serhiy.storchakacreate