mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +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
|
@ -3,6 +3,9 @@
|
|||
# BuildApplet will use it as the main executable in the .app bundle if
|
||||
# we are not running in a framework build.
|
||||
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("In 3.x, appletrunner is removed.")
|
||||
|
||||
import os
|
||||
import sys
|
||||
for name in ["__rawmain__.py", "__rawmain__.pyc", "__main__.py", "__main__.pyc"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue