Kaydet (Commit) 7f1fdfcd authored tarafından Guido van Rossum's avatar Guido van Rossum

Add Python Documentation entry to Help menu.

üst 416b961b
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment