~pythonregexp2.7/python/issue2636-09-01+10

« back to all changes in this revision

Viewing changes to Doc/library/macostools.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-05-24 18:56:40 UTC
  • mfrom: (39055.1.22 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080524185640-59vz6l1f7qgixgal
Merged in changes from the Single-Loop Engine branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. module:: macostools
6
6
   :platform: Mac
7
7
   :synopsis: Convenience routines for file manipulation.
 
8
   :deprecated:
8
9
 
9
10
 
10
11
This module contains some convenience routines for file-manipulation on the
12
13
:class:`FSSpec` objects.  This module expects a filesystem which supports forked
13
14
files, so it should not be used on UFS partitions.
14
15
 
 
16
.. warning::
 
17
 
 
18
   This module is removed in 3.0.
 
19
 
15
20
The :mod:`macostools` module defines the following functions:
16
21
 
17
22