https://github.com/python/cpython/commit/d22a7456443415961b93169b851ab7e550be8791
commit: d22a7456443415961b93169b851ab7e550be8791
branch: main
author: Itamar Oren <[email protected]>
committer: zooba <[email protected]>
date: 2025-08-19T22:30:59+01:00
summary:

gh-137964: Remove the "experimental" designation from the Windows installer 
(GH-137965)

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