[issue15678] IDLE menu customization is broken from OS X command lines

2012-08-17 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15678
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15678] IDLE menu customization is broken from OS X command lines

2012-08-17 Thread Ned Deily

Ned Deily added the comment:

Applied for 3.3.0rc1

--
resolution:  - fixed
stage: commit review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15678
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15678] IDLE menu customization is broken from OS X command lines

2012-08-15 Thread Ned Deily

New submission from Ned Deily:

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.

--
assignee: ned.deily
components: IDLE, Macintosh
files: X_bin_idle_menus.patch
keywords: patch
messages: 168346
nosy: ned.deily, ronaldoussoren
priority: release blocker
severity: normal
stage: commit review
status: open
title: IDLE menu customization is broken from OS X command lines
versions: Python 3.3
Added file: http://bugs.python.org/file26841/X_bin_idle_menus.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15678
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com