diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-12 21:42:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-12 21:42:13 (GMT) |
commit | 236819310db3fe6f2fb22d48b780fa6ec253b6c7 (patch) | |
tree | ce5ca9792381d9ced99e8e871324891ddbeb0e28 /Doc/library/easydialogs.rst | |
parent | f9b54c24114b15ff920249244fe361aee276c248 (diff) | |
download | cpython-236819310db3fe6f2fb22d48b780fa6ec253b6c7.zip cpython-236819310db3fe6f2fb22d48b780fa6ec253b6c7.tar.gz cpython-236819310db3fe6f2fb22d48b780fa6ec253b6c7.tar.bz2 |
Add warnings to and deprecated all those Mac modules
Diffstat (limited to 'Doc/library/easydialogs.rst')
-rw-r--r-- | Doc/library/easydialogs.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst index 50b312f..dbda57f 100644 --- a/Doc/library/easydialogs.rst +++ b/Doc/library/easydialogs.rst @@ -5,6 +5,7 @@ .. module:: EasyDialogs :platform: Mac :synopsis: Basic Macintosh dialogs. + :deprecated: The :mod:`EasyDialogs` module contains some simple dialogs for the Macintosh. @@ -13,6 +14,11 @@ override the :const:`DLOG` resource used for the dialog, provided that the dialog items correspond (both type and item number) to those in the default :const:`DLOG` resource. See source code for details. +.. warning:: + + This module is removed in 3.0. + + The :mod:`EasyDialogs` module defines the following functions: |