cpython/Misc/NEWS.d/next
Terry Jan Reedy a2d54d4e8a
gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)
gh-86618 assumed a-b-c = a-(b+c) = a-d where d = b+d.
For floats 2.0, 1.0, and 0.9999999999999999, this assumption
is false.  The net change of 1.1102230246251565e-16 to 0.0
results in division by 0.  Revert the replacement.  Add test.
2023-07-11 11:07:20 -04:00
..
Build gh-106118: Add O_CLOEXEC preprocessor guard (#106120) 2023-06-28 13:11:32 +02:00
C API gh-106572: Convert PyObject_DelAttr() to a function (#106611) 2023-07-11 11:38:22 +02:00
Core and Builtins GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990) 2023-07-10 11:40:35 +01:00
Documentation gh-106232: Make timeit doc command lines compatible with Windows. (#106296) 2023-06-30 22:34:31 -04:00
IDLE gh-104719: IDLE - test existence of all tokenize references. (#104767) 2023-05-24 08:43:56 +00:00
Library gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627) 2023-07-11 11:07:20 -04:00
macOS gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130) 2023-05-31 05:44:10 +00:00
Security gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API) (#105127) 2023-07-10 23:00:55 +00:00
Tests gh-101634: regrtest reports decoding error as failed test (#106169) 2023-06-28 04:26:52 +02:00
Tools-Demos gh-106359: Fix corner case bugs in Argument Clinic converter parser (#106361) 2023-07-03 13:14:59 +00:00
Windows gh-105436: The environment block should end with two null wchar_t values (GH-105495) 2023-06-12 17:14:55 +01:00