mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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
|
@ -28,6 +28,9 @@ this model:
|
|||
__all__ = ["BundleBuilder", "BundleBuilderError", "AppBuilder", "buildapp"]
|
||||
|
||||
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("In 3.x, the bundlebuilder module is removed.")
|
||||
|
||||
import sys
|
||||
import os, errno, shutil
|
||||
import imp, marshal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue