[Python-bugs-list] [ python-Bugs-495221 ] httplib example typo

noreply@sourceforge.net noreply@sourceforge.net
Wed, 19 Dec 2001 15:11:52 -0800


Bugs item #495221, was opened at 2001-12-19 15:11
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495221&group_id=5470

Category: Documentation
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jason Erickson (jre)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: httplib example typo

Initial Comment:
In section 11.6.3 Examples, the second example showing 
the use of the HTTPConnection class has a typo 
somewhat left over from the older HTTP class example 
in previous versions of the documentation:

>>> response = h.getresponse()

should be

>>> response = conn.getresponse()

This was noticed on documentation updated on December 
18, 2001 at the following url:
http://python.sourceforge.net/devel-docs/lib/httplib-
examples.html


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=495221&group_id=5470