Skip to content

[3.8] bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)#20220

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-8c862e5-3.8
May 19, 2020
Merged

[3.8] bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)#20220
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-8c862e5-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented May 19, 2020

Copy link
Copy Markdown
Contributor

Use text/x-python instead of text/plain to avoid issues with tools assuming that "ShellExecute(script)" is a non-executable operation.
(cherry picked from commit 8c862e5)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue39631

…ythonGH-20205)

Use text/x-python instead of text/plain to avoid issues with tools assuming that "ShellExecute(script)" is a non-executable operation.
(cherry picked from commit 8c862e5)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @zooba: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit 46fc3ec into python:3.8 May 19, 2020
@miss-islington
miss-islington deleted the backport-8c862e5-3.8 branch May 19, 2020 12:42
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @zooba: Status check is done, and it's a success ✅ .

1 similar comment
@miss-islington

Copy link
Copy Markdown
Contributor Author

@ZackerySpytz and @zooba: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants