mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add warnings to and deprecated all those Mac modules
This commit is contained in:
parent
f9b54c2411
commit
236819310d
59 changed files with 286 additions and 11 deletions
|
@ -14,6 +14,9 @@ with a decent input/output window.
|
|||
# Mac/OSX/PythonLauncher/doscript.m.
|
||||
#
|
||||
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("In 3.x, the terminalcommand module is removed.")
|
||||
|
||||
import time
|
||||
import os
|
||||
from Carbon import AE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue