cpython/Misc/NEWS.d/next
Serhiy Storchaka b8c20f9049
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
It now always returns an integer if one or less counting options are specified.
Previously it could return a single count as a 1-tuple, an integer (only if
option "update" was specified) or None if no items found.
The result is now the same if wantobjects is set to 0.
2023-10-24 12:59:19 +03:00
..
Build gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962) 2023-10-22 22:58:52 +02:00
C API gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
Core and Builtins GH-94438: Restore ability to jump over None tests (GH-111237) 2023-10-23 23:13:16 -07:00
Documentation Python 3.13.0a1 2023-10-13 10:52:10 +02:00
IDLE Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Library gh-97928: Change the behavior of tkinter.Text.count() (GH-98484) 2023-10-24 12:59:19 +03:00
Security Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Tests gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919) 2023-10-21 17:44:46 +03:00
Tools-Demos Python 3.13.0a1 2023-10-13 10:52:10 +02:00
Windows gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007) 2023-10-20 12:52:31 +01:00
macOS gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct permissions (gh-111016) 2023-10-18 14:02:36 +01:00