[Python-Dev] Suggestion to Windows- and Mac-library people

Neil Hodgson nhodgson@bigpond.net.au
Sun, 11 Jun 2000 11:51:34 +1000


> >    Does this type of UI operation really belong in urllib?
>
> It fetches the contents of an URL for inspection.  Where else would you
put it?

   os?
   Or a submodule of os.

   The current os has a bunch of executable-oriented process creation and
managment functions. On Macintosh and Windows, data-oriented process
creation would be useful.

   os.process.open("http://www.python.org")

   os.process.print("c:\src\map.png")

   Neil