summaryrefslogtreecommitdiffstats
path: root/Doc/library/plistlib.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-05-12 22:25:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-05-12 22:25:16 (GMT)
commit69a07fbd9b2c1e2d203532d4babbc6d874d389ee (patch)
tree822d06c6602339d309b30584ca0bfd05f5b56edc /Doc/library/plistlib.rst
parenta005b34f14fd4548c84886244b68d2c34e75edbd (diff)
downloadcpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.zip
cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.gz
cpython-69a07fbd9b2c1e2d203532d4babbc6d874d389ee.tar.bz2
Remove the Mac modules
Diffstat (limited to 'Doc/library/plistlib.rst')
-rw-r--r--Doc/library/plistlib.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/Doc/library/plistlib.rst b/Doc/library/plistlib.rst
index f449d7f..81b10bc 100644
--- a/Doc/library/plistlib.rst
+++ b/Doc/library/plistlib.rst
@@ -65,19 +65,6 @@ This module defines the following functions:
Return *rootObject* as a plist-formatted string.
-
-.. function:: readPlistFromResource(path[, restype='plst'[, resid=0]])
-
- Read a plist from the resource with type *restype* from the resource fork of
- *path*. Availability: MacOS X.
-
-
-.. function:: writePlistToResource(rootObject, path[, restype='plst'[, resid=0]])
-
- Write *rootObject* as a resource with type *restype* to the resource fork of
- *path*. Availability: MacOS X.
-
-
The following class is available:
.. class:: Data(data)