mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +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
|
|
@ -1,5 +1,9 @@
|
|||
"""tools for BuildApplet and BuildApplication"""
|
||||
|
||||
import warnings
|
||||
warnings.warn("the buildtools module is deprecated and is removed in 3.0",
|
||||
DeprecationWarning, 2)
|
||||
|
||||
import sys
|
||||
import os
|
||||
import string
|
||||
|
|
@ -14,9 +18,6 @@ import macresource
|
|||
import EasyDialogs
|
||||
import shutil
|
||||
|
||||
import warnings
|
||||
warnings.warn("the buildtools module is deprecated", DeprecationWarning, 2)
|
||||
|
||||
|
||||
BuildError = "BuildError"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue