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 keelung-yang
Recipients barneygale, keelung-yang, serhiy.storchaka
Date 2022-01-30.01:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643505542.84.0.170549790307.issue46554@roundup.psfhosted.org>
In-reply-to
Content
Without append kwarg, users need two lines to append. It's bad to both readability and writability.

Library developers should focus on bath language and library's design targets, but how frequently used. And as all discussed here, at least one applications scene(logging) benefited from append kwarg. Right?
History
Date User Action Args
2022-01-30 01:19:02keelung-yangsetrecipients: + keelung-yang, serhiy.storchaka, barneygale
2022-01-30 01:19:02keelung-yangsetmessageid: <1643505542.84.0.170549790307.issue46554@roundup.psfhosted.org>
2022-01-30 01:19:02keelung-yanglinkissue46554 messages
2022-01-30 01:19:02keelung-yangcreate