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 dirn, eric.smith, gregory.p.smith, paul.moore, serhiy.storchaka, steven.daprano, xtreak
Date 2019-05-03.08:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556872366.74.0.0655855082228.issue36774@roundup.psfhosted.org>
In-reply-to
Content
The most recent version of the patch implements the conditional repr/format behavior. I'm pretty happy with it.

Other than docs, I think this is done. I'm going to discuss it with a few more people at PyCon, then commit it.

There's a slight optimization I'm considering (pre-append the '=' to the expression text at compile time, instead of at runtime), but I'll do that later, if ever.
History
Date User Action Args
2019-05-03 08:32:46eric.smithsetrecipients: + eric.smith, gregory.p.smith, paul.moore, steven.daprano, dirn, serhiy.storchaka, xtreak
2019-05-03 08:32:46eric.smithsetmessageid: <1556872366.74.0.0655855082228.issue36774@roundup.psfhosted.org>
2019-05-03 08:32:46eric.smithlinkissue36774 messages
2019-05-03 08:32:46eric.smithcreate