diff --git a/http-web-services.html b/http-web-services.html index e3087ba..478df67 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -30,7 +30,7 @@ mark{display:inline}
  • Google Data APIs allow you to interact with a wide variety of Google services, including Blogger and YouTube.
  • Flickr Services allow you to upload and download photos from Flickr.
  • Twitter API allows you to publish status updates on Twitter. -
  • …and many more +
  • …and many more

    Python 3 comes with two different libraries for interacting with HTTP web services: @@ -224,7 +224,7 @@ reply: 'HTTP/1.1 200 OK'

     # continued from previous example
     >>> print(response.headers.as_string())        
    -Date: Sun, 31 May 2009 19:23:06 GMT            
    +Date: Sun, 31 May 2009 19:23:06 GMT            
     Server: Apache
     Last-Modified: Sun, 31 May 2009 06:39:55 GMT   
     ETag: "bfe-93d9c4c0"                           
    diff --git a/table-of-contents.html b/table-of-contents.html
    index 4a8b51a..a176ac0 100644
    --- a/table-of-contents.html
    +++ b/table-of-contents.html
    @@ -16,7 +16,7 @@ ul li ol{margin:0;padding:0 0 0 2.5em}
     
     
     

    You are here: Home Dive Into Python 3 -

    Table of contents

    +

    Table of Contents

    1. What’s New In “Dive Into Python 3”
    2. Installing Python