@@ -140,8 +140,15 @@ shelve
140140sqlite3
141141-------
142142
143- * Support SQL keyword completion in the :mod: `sqlite3 ` command-line interface.
144- (Contributed by Long Tan in :gh: `133393 `.)
143+ * The :ref: `command-line interface <sqlite3-cli >` has several new features:
144+
145+ * SQL keyword completion on <tab>.
146+ (Contributed by Long Tan in :gh: `133393 `.)
147+
148+ * Prompts, error messages, and help text are now colored.
149+ This is enabled by default, see :ref: `using-on-controlling-color ` for
150+ details.
151+ (Contributed by Stan Ulbrych and Łukasz Langa in :gh: `133461 `)
145152
146153
147154ssl
@@ -245,6 +252,13 @@ platform
245252 (Contributed by Alexey Makridenko in :gh: `133604 `.)
246253
247254
255+ sre_*
256+ -----
257+
258+ * Removed :mod: `!sre_compile `, :mod: `!sre_constants ` and :mod: `!sre_parse ` modules.
259+ (Contributed by Stan Ulbrych in :gh: `135994 `.)
260+
261+
248262sysconfig
249263---------
250264
@@ -296,6 +310,11 @@ that may require changes to your code.
296310Build changes
297311=============
298312
313+ * Removed implicit fallback to the bundled copy of the ``libmpdec `` library.
314+ Now this should be explicitly enabled with :option: `--with-system-libmpdec `
315+ set to ``no `` or with :option: `!--without-system-libmpdec `.
316+ (Contributed by Sergey B Kirpichev in :gh: `115119 `.)
317+
299318
300319C API changes
301320=============
@@ -327,6 +346,13 @@ Porting to Python 3.15
327346
328347 (Contributed by Serhiy Storchaka in :gh: `133595 `.)
329348
349+ * Private functions promoted to public C APIs:
350+
351+ * ``PyMutex_IsLocked() `` : :c:func: `PyMutex_IsLocked `
352+
353+ The |pythoncapi_compat_project | can be used to get most of these new
354+ functions on Python 3.14 and older.
355+
330356Deprecated C APIs
331357-----------------
332358
0 commit comments