Kaydet (Commit) 90fd76a2 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

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.
üst 859b7c1b
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
Interface to Berkeley DB library} Interface to Berkeley DB library}
\declaremodule{extension}{bsddb} \declaremodule{extension}{bsddb}
\platform{Unix, Windows}
\modulesynopsis{Interface to Berkeley DB database library} \modulesynopsis{Interface to Berkeley DB database library}
\sectionauthor{Skip Montanaro}{skip@mojam.com} \sectionauthor{Skip Montanaro}{skip@mojam.com}
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
DBM-style interface to the BSD database library} DBM-style interface to the BSD database library}
\declaremodule{standard}{dbhash} \declaremodule{standard}{dbhash}
\platform{Unix, Windows}
\modulesynopsis{DBM-style interface to the BSD database library.} \modulesynopsis{DBM-style interface to the BSD database library.}
\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} \sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org}
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
Subprocesses with accessible I/O streams} Subprocesses with accessible I/O streams}
\declaremodule{standard}{popen2} \declaremodule{standard}{popen2}
\platform{Unix, Windows}
\modulesynopsis{Subprocesses with accessible standard I/O streams.} \modulesynopsis{Subprocesses with accessible standard I/O streams.}
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com} \sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment