[issue41783] Standard Color class

2020-09-18 Thread Mertcan
Change by Mertcan : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue41783> ___ ___ Python-bugs-

[issue41783] Standard Color class

2020-09-15 Thread Mertcan
Mertcan added the comment: For example, consider the libraries of stdlib and PyPI that are available now and may be in the future. In libraries like Tkinter or Turtle, a universal color class can make the code clearer. Color operations can also be performed by representing the Color class

[issue41783] Standard Color class

2020-09-14 Thread Mertcan
Change by Mertcan : -- keywords: +patch pull_requests: +21302 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22241 ___ Python tracker <https://bugs.python.org/issu

[issue41783] Standard Color class

2020-09-14 Thread Mertcan
New submission from Mertcan : I think it would be useful to have a Color class in Python. Thus, it can become a standard and additional libraries may not be needed for many operations. Many libraries can be built around this Color class and can pave the way for many innovations. It can be a