summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-07-11 16:05:57 (GMT)
committerThomas Wouters <thomas@python.org>2023-07-11 16:05:57 (GMT)
commit60150590c74ff397ed07ef7bd752ad2f1d5cfde5 (patch)
tree62015dee833e18236189714bfc692630923ef764 /Misc
parent1336bb667b4eb112afdc7d7f94a9022cfe64d3ec (diff)
parentc594e25cd76b9d2be04eaebc13df2becbdda7aed (diff)
downloadcpython-60150590c74ff397ed07ef7bd752ad2f1d5cfde5.zip
cpython-60150590c74ff397ed07ef7bd752ad2f1d5cfde5.tar.gz
cpython-60150590c74ff397ed07ef7bd752ad2f1d5cfde5.tar.bz2
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-07-11-09-25-40.gh-issue-106530.VgXrMx.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-07-11-09-25-40.gh-issue-106530.VgXrMx.rst b/Misc/NEWS.d/next/Library/2023-07-11-09-25-40.gh-issue-106530.VgXrMx.rst
new file mode 100644
index 0000000..09fc647
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-07-11-09-25-40.gh-issue-106530.VgXrMx.rst
@@ -0,0 +1,2 @@
+Revert a change to :func:`colorsys.rgb_to_hls` that caused division by zero
+for certain almost-white inputs. Patch by Terry Jan Reedy.