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 gregory.p.smith
Recipients Carl.Friedrich.Bolz, Trundle, alex, benjamin.peterson, daniel.urban, eric.araujo, eric.snow, gregory.p.smith, iritkatriel, meador.inge, ncoghlan, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-10-26.00:55:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635209714.42.0.645975829537.issue11477@roundup.psfhosted.org>
In-reply-to
Content
Given that a lot of code is presumably relying on this (see the notes from 2015)... I wouldn't be surprised if this turns into a wart we document but not actually fix. :/

Or a conditional behavior we control via a `from __future__ import correct_extension_operator_precedence` on a per file / per Notebook basis.

Ever actually flipping the default sounds difficult without disruption.  We'd need input from the community where extensions that rely on it have been produced and widely deployed.
History
Date User Action Args
2021-10-26 00:55:14gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, terry.reedy, ncoghlan, Carl.Friedrich.Bolz, benjamin.peterson, eric.araujo, alex, Trundle, meador.inge, daniel.urban, eric.snow, serhiy.storchaka, iritkatriel
2021-10-26 00:55:14gregory.p.smithsetmessageid: <1635209714.42.0.645975829537.issue11477@roundup.psfhosted.org>
2021-10-26 00:55:14gregory.p.smithlinkissue11477 messages
2021-10-26 00:55:14gregory.p.smithcreate