https://github.com/python/cpython/commit/bb3c3d444464521a332b700b2c097e25b58647bb
commit: bb3c3d444464521a332b700b2c097e25b58647bb
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-08-20T20:19:45+03:00
summary:

[3.14] gh-137964: Remove the "experimental" designation from the Windows 
installer (GH-137965) (#137971)

Co-authored-by: Itamar Oren <[email protected]>

files:
M Tools/msi/bundle/Default.wxl

diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl
index 0bd3644b58b747..335c1d922d97b5 100644
--- a/Tools/msi/bundle/Default.wxl
+++ b/Tools/msi/bundle/Default.wxl
@@ -92,7 +92,7 @@ Select Customize to review current options.</String>
   <String Id="PrecompileLabel">&amp;Precompile standard library</String>
   <String Id="Include_symbolsLabel">Download debugging &amp;symbols</String>
   <String Id="Include_debugLabel">Download debu&amp;g binaries (requires VS 
2017 or later)</String>
-  <String Id="Include_freethreadedLabel">Download &amp;free-threaded binaries 
(experimental)</String>
+  <String Id="Include_freethreadedLabel">Download &amp;free-threaded 
binaries</String>
   
   <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
   <String Id="ProgressLabel">[ActionLikeInstalling]:</String>

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to