mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
This commit is contained in:
parent
f2a2c796e3
commit
9af9498c6e
34 changed files with 189 additions and 205 deletions
|
|
@ -42,8 +42,8 @@ This module provides an interface to the mechanisms used to implement the
|
|||
searched, but first it searches a few special places: it tries to find a
|
||||
built-in module with the given name (:const:`C_BUILTIN`), then a frozen
|
||||
module (:const:`PY_FROZEN`), and on some systems some other places are looked
|
||||
in as well (on the Mac, it looks for a resource (:const:`PY_RESOURCE`); on
|
||||
Windows, it looks in the registry which may point to a specific file).
|
||||
in as well (on Windows, it looks in the registry which may point to a
|
||||
specific file).
|
||||
|
||||
If search is successful, the return value is a 3-element tuple ``(file,
|
||||
pathname, description)``:
|
||||
|
|
@ -153,12 +153,6 @@ indicate the search result of :func:`find_module`.
|
|||
The module was found as dynamically loadable shared library.
|
||||
|
||||
|
||||
.. data:: PY_RESOURCE
|
||||
|
||||
The module was found as a Mac OS 9 resource. This value can only be returned on
|
||||
a Mac OS 9 or earlier Macintosh.
|
||||
|
||||
|
||||
.. data:: PKG_DIRECTORY
|
||||
|
||||
The module was found as a package directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue