cpython/Misc/NEWS.d/next
Serhiy Storchaka 6eb23b1311
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
PyUnicode_FromFormat() no longer produces the ending \ufffd
character for truncated C string when use precision with %s and %V.
It now truncates the string before the start of truncated multibyte sequences.
2024-06-24 18:07:07 +03:00
..
Build GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604) 2024-06-19 17:48:00 -07:00
C API gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365) 2024-06-24 18:07:07 +03:00
Core and Builtins Amend categories of @nineteendo's news entries (#120735) 2024-06-21 13:20:13 -05:00
Documentation gh-119574: Add some missing environment variables to '--help-env'. (GH-120006) 2024-06-18 17:12:58 +00:00
IDLE Python 3.13.0b1 2024-05-08 11:21:00 +02:00
Library gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909) 2024-06-24 12:17:25 +03:00
Security gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (GH-118800) 2024-05-09 17:43:21 +01:00
Tests gh-120801: Refactor importlib.metadata fixtures. (#120803) 2024-06-20 19:00:39 +00:00
Tools-Demos Python 3.13.0a5 2024-03-12 21:11:08 +01:00
Windows gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) 2024-06-03 15:42:45 +01:00
macOS Python 3.13.0b1 2024-05-08 11:21:00 +02:00