16.5.1.1 File menu

Python 2.2

16.5.1.1 File menu

create a new editing window
open an existing file
open an existing module (searches sys.path)
show classes and methods in current file
show sys.path directories, modules, classes and methods

save current window to the associated file (unsaved windows have a * before and after the window title)

save current window to new file, which becomes the associated file
save current window to different file without changing the associated file

close current window (asks to save if unsaved)
close all windows and quit IDLE (asks to save if unsaved)

See About this document... for information on suggesting changes.