mirror of
https://github.com/python/cpython.git
synced 2025-11-28 22:18:54 +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'
|
_code = 'CoRe'
|
||||||
|
|
||||||
class Standard_Suite_Events:
|
from StdSuites.Standard_Suite import *
|
||||||
|
class Standard_Suite_Events(Standard_Suite_Events):
|
||||||
|
|
||||||
_argmap_close = {
|
_argmap_close = {
|
||||||
'saving' : 'savo',
|
'saving' : 'savo',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue