mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue