E&S CVS Commit: PEAK - Python 2.3, for no apparent reason, changed the behavior of BaseHTTPServer
pje at eby-sarna.com
pje at eby-sarna.com
Mon Feb 2 12:14:00 EST 2004
Module Name: PEAK
Committed By: pje
Date: Mon Feb 2 17:13:22 UTC 2004
Modified Files:
PEAK/src/peak/util: WSGIServer.py
Log Message:
Python 2.3, for no apparent reason, changed the behavior of BaseHTTPServer
with respect to send_response()'s interpretation of 'code'. Fixed
'WSGIServer' for compatibility. (Problem reported by Wayne Larsen and Jon
Watts.)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/util/WSGIServer.py.diff?r1=1.1&r2=1.2
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/util/WSGIServer.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list