8000 Merge pull request #1295 from stonebig/master · winpython/winpython@579ba4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 579ba4c

Browse files
authored
Merge pull request #1295 from stonebig/master
remove pyzo and idlex
2 parents 164a912 + 9a3e7fe commit 579ba4c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

make.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -738,12 +738,12 @@ def _create_launchers(self):
738738
args=r"/k winpython.bat",
739739
)
740740

741-
self.create_launcher(
742-
"IDLEX.exe",
743-
"python.ico",
744-
command="wscript.exe",
745-
args=r"Noshell.vbs winidlex.bat",
746-
)
741+
#self.create_launcher(
742+
# "IDLEX.exe",
743+
# "python.ico",
744+
# command="wscript.exe",
745+
# args=r"Noshell.vbs winidlex.bat",
746+
#)
747747

748748
self.create_launcher(
749749
"IDLE (Python GUI).exe",
@@ -819,12 +819,12 @@ def _create_launchers(self):
819819
args=r"/k winjupyter_lab.bat",
820820
)
821821

822-
self.create_launcher(
823-
"Pyzo.exe",
824-
"pyzologo.ico",
825-
command="wscript.exe",
826-
args=r"Noshell.vbs winpyzo.bat",
827-
)
822+
#self.create_launcher(
823+
# "Pyzo.exe",
824+
# "pyzologo.ico",
825+
# command="wscript.exe",
826+
# args=r"Noshell.vbs winpyzo.bat",
827+
#)
828828

829829
# VSCode launcher
830830
self.create_launcher(

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '7.2.20240219'
31+
__version__ = '7.2.20240224'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

0 commit comments

Comments
 (0)
0