mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Whitespace Normalization
Modified Files: PyShell.py ScriptBinding.py buildapp.py
This commit is contained in:
@@ -303,7 +303,7 @@ class MyRPCClient(rpc.RPCClient):
|
||||
"Override the base class - just re-raise EOFError"
|
||||
raise EOFError
|
||||
|
||||
|
||||
|
||||
class ModifiedInterpreter(InteractiveInterpreter):
|
||||
|
||||
def __init__(self, tkconsole):
|
||||
|
||||
@@ -149,7 +149,7 @@ class ScriptBinding:
|
||||
|
||||
If the user has configured IDLE for Autosave, the file will be
|
||||
silently saved if it already exists and is dirty.
|
||||
|
||||
|
||||
"""
|
||||
filename = self.editwin.io.filename
|
||||
if not self.editwin.get_saved():
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# After running python setup.py install, run this program from the command
|
||||
# After running python setup.py install, run this program from the command
|
||||
# line like so:
|
||||
#
|
||||
# % python2.3 buildapp.py build
|
||||
@@ -10,8 +10,8 @@
|
||||
from bundlebuilder import buildapp
|
||||
|
||||
buildapp(
|
||||
name="IDLE",
|
||||
mainprogram="idle.py",
|
||||
argv_emulation=1,
|
||||
iconfile="Icons/idle.icns",
|
||||
name="IDLE",
|
||||
mainprogram="idle.py",
|
||||
argv_emulation=1,
|
||||
iconfile="Icons/idle.icns",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user