mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
quit() wasn't included in the suite. This is a quick manual patch to add it.
This commit is contained in:
parent
5d528b787e
commit
a43ad368ba
@ -10,7 +10,8 @@ import MacOS
|
||||
|
||||
_code = 'CoRe'
|
||||
|
||||
class Standard_Suite_Events:
|
||||
from StdSuites.Standard_Suite import *
|
||||
class Standard_Suite_Events(Standard_Suite_Events):
|
||||
|
||||
_argmap_close = {
|
||||
'saving' : 'savo',
|
||||
|
Loading…
Reference in New Issue
Block a user