Message377603
Currently Font objects have default repr:
<tkinter.font.Font object at 0x7fa22c3bd1e0>
Since Font is just an object oriented wrapper for font name, and Font objects with the same name are equal, it is worth to show the font name in the repr and do not show an id.
<tkinter.font.Font object 'TkDefaultFont'> |
|
Date |
User |
Action |
Args |
2020-09-28 15:33:28 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka |
2020-09-28 15:33:27 | serhiy.storchaka | set | messageid: <1601307207.95.0.784900613947.issue41876@roundup.psfhosted.org> |
2020-09-28 15:33:27 | serhiy.storchaka | link | issue41876 messages |
2020-09-28 15:33:27 | serhiy.storchaka | create | |
|