diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-06 08:51:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-06 08:51:23 (GMT) |
commit | 9b855de8d2808f725566e5e74a4134fd366689ea (patch) | |
tree | fc7714ad92a3e0f07735e8c5014440290e1545d6 /Misc | |
parent | 536f9fdcf3bbaf3dbe52d8ff77e525fefcf60c09 (diff) | |
download | cpython-9b855de8d2808f725566e5e74a4134fd366689ea.zip cpython-9b855de8d2808f725566e5e74a4134fd366689ea.tar.gz cpython-9b855de8d2808f725566e5e74a4134fd366689ea.tar.bz2 |
Issue #14323: Expanded the number of digits in the coefficients for the
RGB -- YIQ conversions so that they match the FCC NTSC versions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -202,6 +202,9 @@ Core and Builtins Library ------- +- Issue #14323: Expanded the number of digits in the coefficients for the + RGB -- YIQ conversions so that they match the FCC NTSC versions. + - Issue #17998: Fix an internal error in regular expression engine. - Issue #17557: Fix os.getgroups() to work with the modified behavior of |