mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -5,6 +5,7 @@
|
|||
.. module:: aetools
|
||||
:platform: Mac
|
||||
:synopsis: Basic support for sending Apple Events
|
||||
:deprecated:
|
||||
.. sectionauthor:: Jack Jansen <Jack.Jansen@cwi.nl>
|
||||
.. moduleauthor:: Jack Jansen
|
||||
|
||||
|
@ -21,6 +22,11 @@ The :mod:`aetools` module itself uses the AppleEvent support provided by the
|
|||
manager, see section :ref:`osx-gui-scripts` for details. This restriction may be
|
||||
lifted in future releases.
|
||||
|
||||
.. warning::
|
||||
|
||||
This module is removed in 3.0.
|
||||
|
||||
|
||||
The :mod:`aetools` module defines the following functions:
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue