File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ def handle_EOF(self):
303303 "Override the base class - just re-raise EOFError"
304304 raise EOFError
305305
306-
306+
307307class ModifiedInterpreter (InteractiveInterpreter ):
308308
309309 def __init__ (self , tkconsole ):
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def getfilename(self):
149149
150150 If the user has configured IDLE for Autosave, the file will be
151151 silently saved if it already exists and is dirty.
152-
152+
153153 """
154154 filename = self .editwin .io .filename
155155 if not self .editwin .get_saved ():
Original file line number Diff line number Diff line change 11#
2- # After running python setup.py install, run this program from the command
2+ # After running python setup.py install, run this program from the command
33# line like so:
44#
55# % python2.3 buildapp.py build
1010from bundlebuilder import buildapp
1111
1212buildapp (
13- name = "IDLE" ,
14- mainprogram = "idle.py" ,
15- argv_emulation = 1 ,
16- iconfile = "Icons/idle.icns" ,
13+ name = "IDLE" ,
14+ mainprogram = "idle.py" ,
15+ argv_emulation = 1 ,
16+ iconfile = "Icons/idle.icns" ,
1717)
You can’t perform that action at this time.
0 commit comments