We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a36850 commit 62ffb39Copy full SHA for 62ffb39
Doc/whatsnew/3.15.rst
@@ -233,6 +233,7 @@ Improved error messages
233
distributors to pass a `JSON <https://www.json.org/json-en.html>`_
234
configuration file containing custom error messages for missing
235
:term:`standard library` modules.
236
+ (Contributed by Stan Ulbrych and Petr Viktorin in :gh:`139707`.)
237
238
239
Other language changes
Misc/NEWS.d/next/Build/2025-10-30-10-36-15.gh-issue-139707.QJ1FfJ.rst
@@ -0,0 +1,4 @@
1
+Add configure option :option:`--with-missing-stdlib-config=FILE` allows
2
+which distributors to pass a `JSON <https://www.json.org/json-en.html>`_
3
+configuration file containing custom error messages for missing
4
+:term:`standard library` modules.
0 commit comments