[issue35213] IDLE: use 'macOS' where appropriate.

2018-12-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Any more changes can be a future issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-15 Thread miss-islington
miss-islington added the comment: New changeset be657c1fac3ce436976541cf2680a977217be813 by Miss Islington (bot) in branch '3.6': bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) https://github.com/python/cpython/commit/be657c1fac3ce436976541cf2680a977217be813 -- __

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-15 Thread miss-islington
miss-islington added the comment: New changeset 579c4175648f667d59954d48ada757621ff6d433 by Miss Islington (bot) in branch '3.7': bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478) https://github.com/python/cpython/commit/579c4175648f667d59954d48ada757621ff6d433 -- nos

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +9806 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +9805 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset b65413b497a07f521d835b799be7dd0afcedbd65 by Terry Jan Reedy in branch 'master': bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478) https://github.com/python/cpython/commit/b65413b497a07f521d835b799be7dd0afcedbd65 -- __

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 4th line above should include 'macOS'. 10.14 to current 10.16: macOS (2016) -- ___ Python tracker ___ __

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: The history of names for 10.X, from the reference above (which also has nicknames, like 'Mavericks' and 'Mohave', which I believe we do not use). 10.0 to 10.7: Mac OS X (space or spaces sometime left out, as in macosx) 10.8 to 10.13: OS X (2012, ditto) 10.14

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: ;-) just a joke. I have reviewed your PR, but do you count with the occurences of "OS X", it's the abbreviation of "MacOS X"? -- ___ Python tracker ___

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Whoops, 'macOS', as in the title and PR. -- stage: patch review -> needs patch ___ Python tracker ___ ___

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: @terry, I suppose you wanted to say "macOs" and not "maxOs" -- nosy: +matrixise ___ Python tracker ___ __

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-11 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9745 stage: needs patch -> patch review ___ Python tracker ___ ___ Py

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: This issue is a spinoff of #34864. -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-lis

[issue35213] IDLE: use 'macOS' where appropriate.

2018-11-11 Thread Terry J. Reedy
New submission from Terry J. Reedy : 'maxOS' is Apple's current name for the Mac operating system. See https://en.wikipedia.org/wiki/MacOS, Contents, Release History. The module name macosx.py is currently left as is. Within that, 'Mac OS X' is correct for 10.6 for 10.8. -- assigne