mirror of
https://github.com/python/cpython.git
synced 2025-09-08 18:01:44 +00:00
Add Python Documentation entry to Help menu.
This commit is contained in:
parent
416b961be8
commit
7f1fdfcdaf
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue