mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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,12 +5,17 @@
|
|||
.. module:: MacOS
|
||||
:platform: Mac
|
||||
:synopsis: Access to Mac OS-specific interpreter features.
|
||||
:deprecated:
|
||||
|
||||
|
||||
This module provides access to MacOS specific functionality in the Python
|
||||
interpreter, such as how the interpreter eventloop functions and the like. Use
|
||||
with care.
|
||||
|
||||
.. warning::
|
||||
|
||||
This module is removed in 3.0.
|
||||
|
||||
Note the capitalization of the module name; this is a historical artifact.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue