[issue33963] IDLE macosx: add tests.

2018-12-11 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
versions:  -Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33963] IDLE macosx: add tests.

2018-06-28 Thread Mark Roseman


Change by Mark Roseman :


--
assignee:  -> terry.reedy
components: +IDLE
nosy: +markroseman

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33963] IDLE macosx: add tests.

2018-06-28 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Mark Roseman emailed me that moving the 3 imports within overrideRootMenu to 
the top of the module does not appear to cause a problem.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33963] IDLE macosx: add tests.

2018-06-25 Thread Ned Deily


Ned Deily  added the comment:

> Would this affect any of the installation adjustments?

I don't think so but there's one way to be sure :)  If you merge your changes 
to master, we can doublecheck before backporting them.

> Is the windowing type determined by the hardware, or by the macOS version?

The windowing type is determined by the variant of Tk that tkinter is 
dynamically linking with.  While Cocoa Tk is now the most common, it is still 
possible to run into the other variants; for example, MacPorts supports 
building an X11 (Xquartz) variant of Tk 8.6 along with a Cocoa one.  If support 
for the various window types isn't causing a maintenance burden, it would be 
nice to retain them.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33963] IDLE macosx: add tests.

2018-06-25 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Ned, I would like to rename at least some of the functions in idlelib.macosx.  
For instance, function overrideRootMenu to override_root_menu.  Would this 
affect any of the installation adjustments?  IE, does the installer import the 
module for whatever reason?

Also, do the windowing types on currently supported machines still include all 
of Xquartz, Cocoa, Carbon (both Aqua), and other?  Is the windowing type 
determined by the hardware, or by the macOS version?

--
nosy: +ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33963] IDLE macosx: add tests.

2018-06-25 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
title: IDLE macosc: add tests. -> IDLE macosx: add tests.

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com