E&S CVS Commit: PEAK - Change SOX to do a literal pass-through of any unrecognized text such as

pje at eby-sarna.com pje at eby-sarna.com
Thu Aug 19 17:26:00 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Thu Aug 19 21:25:11 UTC 2004

Modified Files:
	PEAK/src/peak/util: SOX.py
	PEAK/src/peak/web: templates.py
	PEAK/src/peak/web/tests: test_resources.py test_templates.py

Log Message:
Change SOX to do a literal pass-through of any unrecognized text such as
&nbsp;, &raquo;, <!DOCTYPE> declarations, etc.  Fix typos in SOX and
peak.web.templates, and adjust tests since literal pass-thru now includes
top-level whitespace following the document-level tag.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/util/SOX.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/web/templates.py.diff?r1=1.22&r2=1.23
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_resources.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/web/tests/test_templates.py.diff?r1=1.11&r2=1.12

To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/util/SOX.py
cvs rdiff -r1.22 -r1.23 PEAK/src/peak/web/templates.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/web/tests/test_resources.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/web/tests/test_templates.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