Logo
Explore Help
Sign In
1berry/cpython
1
0
Fork 0
You've already forked cpython
Code Issues Packages Projects Releases Wiki Activity
cpython/Tools/scripts/idle3

6 lines
95 B
Plaintext
Raw Permalink Normal View History

gh-93939: Create and install scripts in Makefile (GH-94324) Scripts for 2to3, idle, and pydoc are now created and installed by make.
2022-06-28 14:56:06 +02:00
#!/usr/bin/env python3
Put the main script for the new IDLE here.
2003-06-13 20:34:27 +00:00
Issue #24225: Fix additional renamed module references.
2016-06-03 17:50:44 -07:00
from idlelib.pyshell import main
[Patch #1005491 ] use __name__ == '__main__' in scripts
2004-08-09 17:27:55 +00:00
if __name__ == '__main__':
main()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 4367ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API