mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Issue #21882: In turtle demos, remove module scope gui and sys calls by
either deleting or moving to the module's main function.
This commit is contained in:
parent
98b6391fd4
commit
f5ac57dc05
7 changed files with 48 additions and 58 deletions
|
@ -140,7 +140,7 @@ _tg_turtle_functions = ['back', 'backward', 'begin_fill', 'begin_poly', 'bk',
|
|||
_tg_utilities = ['write_docstringdict', 'done']
|
||||
|
||||
__all__ = (_tg_classes + _tg_screen_functions + _tg_turtle_functions +
|
||||
_tg_utilities) # + _math_functions)
|
||||
_tg_utilities + ['Terminator']) # + _math_functions)
|
||||
|
||||
_alias_list = ['addshape', 'backward', 'bk', 'fd', 'ht', 'lt', 'pd', 'pos',
|
||||
'pu', 'rt', 'seth', 'setpos', 'setposition', 'st',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue