Add Python Documentation entry to Help menu.

This commit is contained in:
Guido van Rossum 1999-08-26 23:06:22 +00:00
parent 416b961be8
commit 7f1fdfcdaf
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ menudefs = [
]),
('help', [
('_Help...', '<<help>>'),
('Python _Documentation...', '<<python-docs>>'),
None,
('_About IDLE...', '<<about-idle>>'),
]),
@ -52,3 +53,5 @@ if sys.platform == 'win32':
default_keydefs = windows_keydefs
else:
default_keydefs = unix_keydefs
del sys