Nuther problem with 'dive into Python'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ben Edwards

    #1

    Nuther problem with 'dive into Python'

    Am going through Chapter 9 - HTTP Web Services in dive into Python. It
    uses the following:

    data = urllib.urlopen( 'http://diveintomark.or g/xml/atom.xml').read ()

    The page no longer exists, can anyone recommend an alternative page to
    use?

    Ben



Working...