[issue28323] Remove MacOS 9-specific codes from exit() and quit()

2016-10-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2d8d9abb3bf8 by Ned Deily in branch '3.6': Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit(). https://hg.python.org/cpython/rev/2d8d9abb3bf8 New changeset 2c7034d59c7b by Ned Deily in branch 'default': Issue #28323: Merge from 3.6

[issue28323] Remove MacOS 9-specific codes from exit() and quit()

2016-10-01 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! -- resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> ___ Python tracker ___ __

[issue28323] Remove MacOS 9-specific codes from exit() and quit()

2016-10-01 Thread Chi Hsuan Yen
New submission from Chi Hsuan Yen: As per PEP 11, MacOS 9 support is removed in Python 2.4. There are some leftovers in CPython code base, among which site.setquit is an example. I propose to remove it for cleaner codes. Added Mac experts as well as Guido, the author of this code in the 18-yea