mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Cause buildtools to raise a DeprecationWarning.
This commit is contained in:
parent
c2aa09ad80
commit
791d56f1f7
2 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,9 @@
|
|||
import EasyDialogs
|
||||
import shutil
|
||||
|
||||
import warnings
|
||||
warnings.warn("the buildtools module is deprecated", DeprecationWarning, 2)
|
||||
|
||||
|
||||
BuildError = "BuildError"
|
||||
|
||||
|
|
|
|||
|
|
@ -909,6 +909,8 @@ Windows
|
|||
Mac
|
||||
---
|
||||
|
||||
- buildtools now raises a DeprecationWarning.
|
||||
|
||||
- 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
|
||||
and was a no-op under OS X.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue