[Python-checkins] CVS: python/dist/src/Lib urllib2.py,1.14,1.15 urllib.py,1.126,1.127
Guido van Rossum
guido@digicool.com
2001年7月06日 10:01:14 -0400
Just noticed this:
> Update of /cvsroot/python/python/dist/src/Lib
> In directory usw-pr-cvs1:/tmp/cvs-serv11373/Lib
>> Modified Files:
> urllib2.py urllib.py
> Log Message:
>> Only write out one blank line before the request data.
> This closes SF patch #419459.
The patch is correct AFAIK, but the comment is misleading: the patch
removes the addition of a *trailing* CRLF that urllib*.py has no
business adding. A CRLF *before* the data would have been spotted
long ago, since this presumably breaks the data format.
--Guido van Rossum (home page: http://www.python.org/~guido/)