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

View file

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