]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-23469: Delete Wing IDE configuration files (GH-30067)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Tue, 14 Dec 2021 13:01:13 +0000 (18:31 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 13:01:13 +0000 (15:01 +0200)
Misc/README
Misc/python-wing3.wpr [deleted file]
Misc/python-wing4.wpr [deleted file]
Misc/python-wing5.wpr [deleted file]

index 8e8acbc5b3cec769d977935bc0c198c84f5392c4..e4dd2005411a8d2de84e675f50cab72ea140c6ee 100644 (file)
@@ -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 (executable)
index abe7894..0000000
+++ /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 (executable)
index 7adfdbd..0000000
+++ /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 (executable)
index 0e1ae63..0000000
+++ /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'