[Python-checkins] cpython (3.2): Remove duplicate text in os documentation.

ross.lagerwall python-checkins at python.org
Thu Sep 1 07:03:31 CEST 2011


http://hg.python.org/cpython/rev/65bd22be72dc
changeset:   72158:65bd22be72dc
branch:      3.2
parent:      72154:c8b6d4417274
user:        Ross Lagerwall <rosslagerwall at gmail.com>
date:        Thu Sep 01 06:58:52 2011 +0200
summary:
  Remove duplicate text in os documentation.

files:
  Doc/library/os.rst |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -29,11 +29,6 @@
   objects, and result in an object of the same type, if a path or file name is
   returned.
 
-.. note::
-
-   If not separately noted, all functions that claim "Availability: Unix" are
-   supported on Mac OS X, which builds on a Unix core.
-
 * An "Availability: Unix" note means that this function is commonly found on
   Unix systems.  It does not make any claims about its existence on a specific
   operating system.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list