Cause buildtools to raise a DeprecationWarning.
This commit is contained in:
parent
c2aa09ad80
commit
791d56f1f7
|
@ -14,6 +14,9 @@ import macresource
|
||||||
import EasyDialogs
|
import EasyDialogs
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
import warnings
|
||||||
|
warnings.warn("the buildtools module is deprecated", DeprecationWarning, 2)
|
||||||
|
|
||||||
|
|
||||||
BuildError = "BuildError"
|
BuildError = "BuildError"
|
||||||
|
|
||||||
|
|
|
@ -909,6 +909,8 @@ Windows
|
||||||
Mac
|
Mac
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- buildtools now raises a DeprecationWarning.
|
||||||
|
|
||||||
- Removed the macfs module. It had been deprecated since Python 2.5. This
|
- Removed the macfs module. It had been deprecated since Python 2.5. This
|
||||||
lead to the deprecation of macostools.touched() as it relied solely on macfs
|
lead to the deprecation of macostools.touched() as it relied solely on macfs
|
||||||
and was a no-op under OS X.
|
and was a no-op under OS X.
|
||||||
|
|
Loading…
Reference in New Issue