summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2021-12-14 13:01:13 (GMT)
committerGitHub <noreply@github.com>2021-12-14 13:01:13 (GMT)
commitd46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec (patch)
tree59a211d0acf122adc0f36aef28062d8d85aa25f1 /Misc
parent9130a4d62032468e0d4949aaa49c29afb0d854ca (diff)
downloadcpython-d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec.zip
cpython-d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec.tar.gz
cpython-d46d08d9474cb00b697dbdbb12cc7ce8f8ddfcec.tar.bz2
bpo-23469: Delete Wing IDE configuration files (GH-30067)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/README1
-rwxr-xr-xMisc/python-wing3.wpr13
-rwxr-xr-xMisc/python-wing4.wpr18
-rwxr-xr-xMisc/python-wing5.wpr18
4 files changed, 0 insertions, 50 deletions
diff --git a/Misc/README b/Misc/README
index 8e8acbc..e4dd200 100644
--- a/Misc/README
+++ b/Misc/README
@@ -16,7 +16,6 @@ Porting Mini-FAQ on porting to new platforms
python-config.in Python script template for python-config
python.man UNIX man page for the python interpreter
python.pc.in Package configuration info template for pkg-config
-python-wing*.wpr Wing IDE project file
README The file you're reading now
README.AIX Information about using Python on AIX
README.coverity Information about running Coverity's Prevent on Python
diff --git a/Misc/python-wing3.wpr b/Misc/python-wing3.wpr
deleted file mode 100755
index abe7894..0000000
--- a/Misc/python-wing3.wpr
+++ /dev/null
@@ -1,13 +0,0 @@
-#!wing
-#!version=3.0
-##################################################################
-# Wing IDE project file #
-##################################################################
-[project attributes]
-proj.directory-list = [{'dirloc': loc('..'),
- 'excludes': [u'Lib/__pycache__'],
- 'filter': '*',
- 'include_hidden': False,
- 'recursive': True,
- 'watch_for_changes': True}]
-proj.file-type = 'shared'
diff --git a/Misc/python-wing4.wpr b/Misc/python-wing4.wpr
deleted file mode 100755
index 7adfdbd..0000000
--- a/Misc/python-wing4.wpr
+++ /dev/null
@@ -1,18 +0,0 @@
-#!wing
-#!version=4.0
-##################################################################
-# Wing IDE project file #
-##################################################################
-[project attributes]
-proj.directory-list = [{'dirloc': loc('..'),
- 'excludes': [u'.hg',
- u'Lib/unittest/__pycache__',
- u'Lib/unittest/test/__pycache__',
- u'Lib/__pycache__',
- u'build',
- u'Doc/build'],
- 'filter': '*',
- 'include_hidden': False,
- 'recursive': True,
- 'watch_for_changes': True}]
-proj.file-type = 'shared'
diff --git a/Misc/python-wing5.wpr b/Misc/python-wing5.wpr
deleted file mode 100755
index 0e1ae63..0000000
--- a/Misc/python-wing5.wpr
+++ /dev/null
@@ -1,18 +0,0 @@
-#!wing
-#!version=5.0
-##################################################################
-# Wing IDE project file #
-##################################################################
-[project attributes]
-proj.directory-list = [{'dirloc': loc('..'),
- 'excludes': [u'.hg',
- u'Lib/unittest/__pycache__',
- u'Lib/unittest/test/__pycache__',
- u'Lib/__pycache__',
- u'build',
- u'Doc/build'],
- 'filter': '*',
- 'include_hidden': False,
- 'recursive': True,
- 'watch_for_changes': True}]
-proj.file-type = 'shared'