A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-July/005608.html below:

[Python-Dev] urllib.browse() issues

[Python-Dev] urllib.browse() issues [Python-Dev] urllib.browse() issuesFred L. Drake, Jr. fdrake@beopen.com
Thu, 6 Jul 2000 13:58:00 -0400 (EDT)
M.-A. Lemburg writes:
 > Um, there's not a single OS implementation in os.py either ;-)

  Good point; we should fix that.  ;)

 > I think it describes things well enough if you write
 > 
 > browser.open('http://www.python.org/')
 > 
 > Perhaps the interface should be a bit more RPC like, though...
 > something like:
 > 
 > b = browser.connect()
 > b.open(http://www.python.org/')
 > b.close()

  How about:

b = browser.get()
b.open("http://www.python.org/")

  That has the advantage of working with the existing code.  ;)


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4