[Python-checkins] python/dist/src/Lib httplib.py,1.62,1.63

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Thu, 25 Jul 2002 09:10:40 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv765

Modified Files:
	httplib.py 
Log Message:
typo


Index: httplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/httplib.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** httplib.py	16 Jul 2002 21:41:43 -0000	1.62
--- httplib.py	25 Jul 2002 16:10:38 -0000	1.63
***************
*** 204,208 ****
      # strict: If true, raise BadStatusLine if the status line can't be
      # parsed as a valid HTTP/1.0 or 1.1 status line.  By default it is
!     # false because it prvents clients from talking to HTTP/0.9
      # servers.  Note that a response with a sufficiently corrupted
      # status line will look like an HTTP/0.9 response.
--- 204,208 ----
      # strict: If true, raise BadStatusLine if the status line can't be
      # parsed as a valid HTTP/1.0 or 1.1 status line.  By default it is
!     # false because it prevents clients from talking to HTTP/0.9
      # servers.  Note that a response with a sufficiently corrupted
      # status line will look like an HTTP/0.9 response.