summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark <mark@qtrac.eu>2020-02-12 17:07:02 +0000
committerGitHub <noreply@github.com>2020-02-12 18:07:02 +0100
commit0d8917dc153538087605a9dba6bdece4ae4ac3d1 (patch)
tree7a5708c3564079abe5b7c09ee815b8ce37b1ecf7
parenta4faf1a5761cb97fb02337f6166ecd3cc01d237c (diff)
.pyw is a valid Python extension (#445)
I added `pyw` since it is a valid Python extension. I can only find two references to this fact in the official python docs (search for "pyw" in these): https://www.python.org/dev/peps/pep-0397/ https://www.python.org/download/releases/2.4.1/notes/
-rw-r--r--languages.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages.json b/languages.json
index dca586c..727dc0f 100644
--- a/languages.json
+++ b/languages.json
@@ -1392,7 +1392,8 @@
"python3"
],
"extensions":[
- "py"
+ "py",
+ "pyw"
]
},
"Qcl":{