From: Ross Lagerwall Date: Thu, 1 Sep 2011 04:58:52 +0000 (+0200) Subject: Remove duplicate text in os documentation. X-Git-Tag: v3.2.3rc1~598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9353db2cd0b1c2c08793a18364da6058db50caf;p=thirdparty%2FPython%2Fcpython.git Remove duplicate text in os documentation. --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index d8ab8b7e1c41..573775572fb1 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -29,11 +29,6 @@ Notes on the availability of these functions: 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.