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 eric.smith, mertcandav
Date 2020-09-14.21:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600117241.16.0.421832259906.issue41783@roundup.psfhosted.org>
In-reply-to
Content
The normal way for something like this to be added to the stdlib would first be for a version on PyPI to be widely used. Then it would be evaluated for suitability for inclusion in the stdlib.

Having it first on PyPI would flesh out the API and use cases. For example, I have no idea what an API for a Color class would be. I imagine it would depend on what other software it's designed to interface with. Would it be float values? ints? What range? RGB? HSV? Conversions between those?

For example, see the process that ipaddress went through, which included writing PEP 3144.
History
Date User Action Args
2020-09-14 21:00:41eric.smithsetrecipients: + eric.smith, mertcandav
2020-09-14 21:00:41eric.smithsetmessageid: <1600117241.16.0.421832259906.issue41783@roundup.psfhosted.org>
2020-09-14 21:00:41eric.smithlinkissue41783 messages
2020-09-14 21:00:41eric.smithcreate