mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix for bug #697546: don't auto-register the Python documentation
by putting the help book in an array. Somehow the fact that Python.app (and, hence, pythonw) got an automatic help menu messed up Tkinter's handling of the help menu.
This commit is contained in:
parent
fbd861bbd3
commit
62442c295a
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@
|
|||
<string>2.3</string>
|
||||
|
||||
<key>CFBundleHelpBookFolder</key>
|
||||
<string>Documentation</string>
|
||||
<array>
|
||||
<string>Documentation</string>
|
||||
</array>
|
||||
<key>CFBundleHelpBookName</key>
|
||||
<string>Python Help</string>
|
||||
<key>CFBundleHelpTOCFile</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue