Eric V. Smith <e...@trueblade.com> added the comment:

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.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41783>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to