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

Chi Hsuan Yen report at bugs.python.org
Sat Oct 1 05:47:07 EDT 2016


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-years-ago changeset 813f527f3bec

----------
components: Library (Lib), Macintosh
files: quit-macos9.patch
keywords: patch
messages: 277802
nosy: Chi Hsuan Yen, gvanrossum, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Remove MacOS 9-specific codes from exit() and quit()
type: enhancement
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file44903/quit-macos9.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28323>
_______________________________________


More information about the New-bugs-announce mailing list