This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年08月16日 01:08 by ned.deily, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| XXXXX_bin_idle_menus.patch | ned.deily, 2012年08月16日 01:08 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg168346 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年08月16日 01:08 | |
With 3.3.0b2, when IDLE is started from a command line using an OS X framework build (such as provided by the python.org installers), the Aqua Tk menu customization is no longer being performed, for example, no Preferences menu item, an extra Options menu, etc. It was broken as a side effect of the changes to pythonw.c in b79d276041a8 for #15307. Since sys.executable no longer includes 'Python.app' in the path name, the attached patch tests for a framework build instead. This should give the previous behavior in nearly all cases. Whether the previous behavior is sensible is left as an issue for later releases. IDLE.app behavior was not affected as it does its own manipulation of sys.executable; that should probably also be changed in the future. |
|||
| msg168475 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月17日 20:23 | |
New changeset 4610ac42130e by Ned Deily in branch 'default': Issue #15678: Fix menu customization for IDLE started from OS X http://hg.python.org/cpython/rev/4610ac42130e |
|||
| msg168476 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2012年08月17日 20:25 | |
Applied for 3.3.0rc1 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | nosy:
+ georg.brandl github: 59883 |
| 2012年08月17日 20:25:57 | ned.deily | set | status: open -> closed resolution: fixed messages: + msg168476 stage: commit review -> resolved |
| 2012年08月17日 20:23:26 | python-dev | set | nosy:
+ python-dev messages: + msg168475 |
| 2012年08月16日 01:08:11 | ned.deily | create | |