E&S CVS Commit: wsgiref - Add a wsgiref.headers.Headers class to allow easy HTTP response header

pje at eby-sarna.com pje at eby-sarna.com
Tue Oct 5 19:12:01 EDT 2004


Module Name:	wsgiref
Committed By:	pje
Date:		Tue Oct  5 23:11:23 UTC 2004

Modified Files:
	wsgiref/src/wsgiref/tests: __init__.py test_util.py
Added Files:
	wsgiref/src/wsgiref: headers.py
	wsgiref/src/wsgiref/tests: test_headers.py

Log Message:
Add a wsgiref.headers.Headers class to allow easy HTTP response header
manipulation.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/wsgiref/src/wsgiref/headers.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/wsgiref/src/wsgiref/tests/__init__.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/wsgiref/src/wsgiref/tests/test_headers.py?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.eby-sarna.com/wsgiref/src/wsgiref/tests/test_util.py.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 wsgiref/src/wsgiref/headers.py
cvs rdiff -r1.2 -r1.3 wsgiref/src/wsgiref/tests/__init__.py
cvs rdiff -r0 -r1.1 wsgiref/src/wsgiref/tests/test_headers.py
cvs rdiff -r1.1 -r1.2 wsgiref/src/wsgiref/tests/test_util.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