E&S CVS Commit: PEAK - Fix too-picky regex that caused match failure in Python 2.3 and up, which
pje@eby-sarna.com
pje@eby-sarna.com
Wed Dec 1 11:15:01 2004
Module Name: PEAK
Committed By: pje
Date: Wed Dec 1 16:14:59 UTC 2004
Modified Files:
PEAK/src/wsgiref/tests: test_handlers.py
Log Message:
Fix too-picky regex that caused match failure in Python 2.3 and up, which
apparently changed the HTTP 'Date:' header format to allow a leading space
on the day instead of a leading zero. Test should now work on 2.2-2.4.
Bug reported by Alain Poirier, R. David Murray, and Ulrich Eck.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/wsgiref/tests/test_handlers.py.diff?r1=1.4&r2=1.5
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 PEAK/src/wsgiref/tests/test_handlers.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.