Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db7925a

Browse files
authored
Update information about publishing a new version to the Microsoft Store (GH-17262)
1 parent be5c79e commit db7925a

1 file changed

Lines changed: 24 additions & 14 deletions

File tree

PC/store_info.txt

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,19 @@ https://partner.microsoft.com/dashboard.
6060
We keep it here for convenience and to allow it to be updated via pull
6161
requests.
6262

63+
When submitting a new app, the HeadlessAppBypass waiver will be needed.
64+
To request this, send an email to [email protected] with the app
65+
ID (12 character token available from the dashboard). The waiver needs
66+
to be applied *before* uploading the package (as of November 2019).
67+
68+
Ensure that the new app is named "Python.3.X", where X is the minor
69+
version of the release. If the name provided initially does not match
70+
the name used when building the package, the upload will fail. The
71+
display name shown to users can be set later.
72+
6373
## Title
6474

65-
Python 3.8
75+
Python 3.9
6676

6777
## Short Title
6878

@@ -78,46 +88,46 @@ The Python interpreter is easily extended with new functions and data types impl
7888

7989
## ShortDescription
8090

81-
The Python 3.8 interpreter and runtime.
91+
The Python 3.9 interpreter and runtime.
8292

8393
## Copyright Trademark Information
8494

8595
(c) Python Software Foundation
8696

8797
## Additional License Terms
8898

89-
Visit https://docs.python.org/3.8/license.html for latest license terms.
99+
Visit https://docs.python.org/3.9/license.html for latest license terms.
90100

91-
PSF LICENSE AGREEMENT FOR PYTHON 3.8
101+
PSF LICENSE AGREEMENT FOR PYTHON 3.9
92102

93103
1. This LICENSE AGREEMENT is between the Python Software Foundation ("PSF"), and
94104
the Individual or Organization ("Licensee") accessing and otherwise using Python
95-
3.8 software in source or binary form and its associated documentation.
105+
3.9 software in source or binary form and its associated documentation.
96106

97107
2. Subject to the terms and conditions of this License Agreement, PSF hereby
98108
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
99109
analyze, test, perform and/or display publicly, prepare derivative works,
100-
distribute, and otherwise use Python 3.8 alone or in any derivative
110+
distribute, and otherwise use Python 3.9 alone or in any derivative
101111
version, provided, however, that PSF's License Agreement and PSF's notice of
102112
copyright, i.e., "Copyright © 2001-2018 Python Software Foundation; All Rights
103-
Reserved" are retained in Python 3.8 alone or in any derivative version
113+
Reserved" are retained in Python 3.9 alone or in any derivative version
104114
prepared by Licensee.
105115

106116
3. In the event Licensee prepares a derivative work that is based on or
107-
incorporates Python 3.8 or any part thereof, and wants to make the
117+
incorporates Python 3.9 or any part thereof, and wants to make the
108118
derivative work available to others as provided herein, then Licensee hereby
109119
agrees to include in any such work a brief summary of the changes made to Python
110-
3.8.
120+
3.9.
111121

112-
4. PSF is making Python 3.8 available to Licensee on an "AS IS" basis.
122+
4. PSF is making Python 3.9 available to Licensee on an "AS IS" basis.
113123
PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF
114124
EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND DISCLAIMS ANY REPRESENTATION OR
115125
WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE
116-
USE OF PYTHON 3.8 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
126+
USE OF PYTHON 3.9 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
117127

118-
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.8
128+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON 3.9
119129
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF
120-
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.8, OR ANY DERIVATIVE
130+
MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 3.9, OR ANY DERIVATIVE
121131
THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
122132

123133
6. This License Agreement will automatically terminate upon a material breach of
@@ -129,7 +139,7 @@ PSF LICENSE AGREEMENT FOR PYTHON 3.8
129139
trademark sense to endorse or promote products or services of Licensee, or any
130140
third party.
131141

132-
8. By copying, installing or otherwise using Python 3.8, Licensee agrees
142+
8. By copying, installing or otherwise using Python 3.9, Licensee agrees
133143
to be bound by the terms and conditions of this License Agreement.
134144

135145
## Features

0 commit comments

Comments
 (0)