]> granicus.if.org Git - python/commitdiff
doc update from HEAD. don't list "Unix, Windows" as a platform since that
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 14 Mar 2007 07:22:35 +0000 (07:22 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 14 Mar 2007 07:22:35 +0000 (07:22 +0000)
covers everything now that Mac OS 9 isn't a popular issue.

Doc/lib/libbsddb.tex
Doc/lib/libdbhash.tex
Doc/lib/libpopen2.tex

index b7fe2ef2d961f7ad6ad2604947dbe7e7c2424cbd..ae429231827029f27d5b6647567f8ea18a35057e 100644 (file)
@@ -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@mojam.com}
 
index f5f98eae19c71924ee150e66441ccb727923e6e9..cf4470721eabc5ac80af26e0f56d83b4c41e671b 100644 (file)
@@ -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@acm.org}
 
index fa0c1a60edaed4b968ddf49469dc676efb6632b6..e3b157358b8ee0604330c425f96d7d01201c8f0d 100644 (file)
@@ -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@geocities.com}