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 eric.smith
Recipients SilentGhost, barry, emilyemorehouse, eric.smith, larry, lukasz.langa, serhiy.storchaka
Date 2019-05-05.11:55:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557057309.34.0.274203559862.issue36798@roundup.psfhosted.org>
In-reply-to
Content
Correct about the parens. I'm just going to fix it a the top level, without parens. There's no reason it shouldn't work, the fact that it doesn't work now is just an accident of implementation.

I'll fix it by adding a special test, the same way that != has a special test.

For those who say it shouldn't be allowed at the top level anyway, but should be allowed in parens: if we decide that (which I disagree with), then it should not be disallowed because of an accidental interaction with format specs. It should be explicitly checked for and disallowed. Again, I am not planning on making that change. I'm just going to allow it.
History
Date User Action Args
2019-05-05 11:55:09eric.smithsetrecipients: + eric.smith, barry, larry, SilentGhost, lukasz.langa, serhiy.storchaka, emilyemorehouse
2019-05-05 11:55:09eric.smithsetmessageid: <1557057309.34.0.274203559862.issue36798@roundup.psfhosted.org>
2019-05-05 11:55:09eric.smithlinkissue36798 messages
2019-05-05 11:55:09eric.smithcreate