[Python-checkins] r54373 - python/trunk/Doc/lib/libbsddb.tex python/trunk/Doc/lib/libdbhash.tex python/trunk/Doc/lib/libpopen2.tex
gregory.p.smith
python-checkins at python.org
Wed Mar 14 08:19:50 CET 2007
Author: gregory.p.smith
Date: Wed Mar 14 08:19:50 2007
New Revision: 54373
Modified:
python/trunk/Doc/lib/libbsddb.tex
python/trunk/Doc/lib/libdbhash.tex
python/trunk/Doc/lib/libpopen2.tex
Log:
Its time to stop listing (Unix, Windows) when we really mean "everything but Mac OS 9"
now that nobody is likely to use Python on Mac OS 9 and most of the (Mac) platform
items are all OS X special API specific since OS X is unixy enough for these modules
to be available out of the box.
Modified: python/trunk/Doc/lib/libbsddb.tex
==============================================================================
--- python/trunk/Doc/lib/libbsddb.tex (original)
+++ python/trunk/Doc/lib/libbsddb.tex Wed Mar 14 08:19:50 2007
@@ -2,7 +2,6 @@
Interface to Berkeley DB library}
\declaremodule{extension}{bsddb}
- \platform{Unix, Windows}
\modulesynopsis{Interface to Berkeley DB database library}
\sectionauthor{Skip Montanaro}{skip at mojam.com}
Modified: python/trunk/Doc/lib/libdbhash.tex
==============================================================================
--- python/trunk/Doc/lib/libdbhash.tex (original)
+++ python/trunk/Doc/lib/libdbhash.tex Wed Mar 14 08:19:50 2007
@@ -2,7 +2,6 @@
DBM-style interface to the BSD database library}
\declaremodule{standard}{dbhash}
- \platform{Unix, Windows}
\modulesynopsis{DBM-style interface to the BSD database library.}
\sectionauthor{Fred L. Drake, Jr.}{fdrake at acm.org}
Modified: python/trunk/Doc/lib/libpopen2.tex
==============================================================================
--- python/trunk/Doc/lib/libpopen2.tex (original)
+++ python/trunk/Doc/lib/libpopen2.tex Wed Mar 14 08:19:50 2007
@@ -2,7 +2,6 @@
Subprocesses with accessible I/O streams}
\declaremodule{standard}{popen2}
- \platform{Unix, Windows}
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
\sectionauthor{Drew Csillag}{drew_csillag at geocities.com}
More information about the Python-checkins
mailing list