Message341682
I like this!
Except that I think that !f is not needed. You can use repr by default only when no format spec is specified, and add explicit !r if you want to use repr with the format spec. If you want to format the value without repr and the format spec -- specify the empty format spec: f"{foo=:}". |
|
Date |
User |
Action |
Args |
2019-05-07 05:05:05 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, larry, eric.smith, levkivskyi |
2019-05-07 05:05:05 | serhiy.storchaka | set | messageid: <1557205505.57.0.267304453154.issue36817@roundup.psfhosted.org> |
2019-05-07 05:05:05 | serhiy.storchaka | link | issue36817 messages |
2019-05-07 05:05:05 | serhiy.storchaka | create | |
|