[Python-checkins] CVS: python/dist/src/Doc/lib liburllib.tex,1.38,1.39

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 23 Aug 2001 06:38:17 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25052

Modified Files:
	liburllib.tex 
Log Message:
SF patch #454553 by Walter Dörwald: auto-guess content-type header for
ftp urls.


Index: liburllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/liburllib.tex,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** liburllib.tex	2001/08/03 18:39:36	1.38
--- liburllib.tex	2001/08/23 13:38:15	1.39
***************
*** 44,48 ****
  a Content-Length header will be present if (as is now usual) the
  server passed back a file length in response to the FTP retrieval
! request.  When the method is local-file, returned headers will include
  a Date representing the file's last-modified time, a Content-Length
  giving file size, and a Content-Type containing a guess at the file's
--- 44,49 ----
  a Content-Length header will be present if (as is now usual) the
  server passed back a file length in response to the FTP retrieval
! request. A Content-Type header will be present if the MIME type can
! be guessed.  When the method is local-file, returned headers will include
  a Date representing the file's last-modified time, a Content-Length
  giving file size, and a Content-Type containing a guess at the file's