mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Add Python Documentation entry to Help menu.
This commit is contained in:
parent
416b961be8
commit
7f1fdfcdaf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user