[Web-SIG] wsgi.fatal_errors
Phillip J. Eby
pje at telecommunity.com
Tue Aug 31 21:05:23 CEST 2004
At 06:50 PM 8/31/04 +0100, Alan Kennedy wrote:
>[Phillip J. Eby]
>>This is a fairly significant change to the spec, that introduces lots of
>>new angles to cover. But, I think it could be an "exceptionally" clean
>>solution to the problem. ;)
>
>+1 on changing the spec until it's perfect, or as close as possible to same.
>
>But I'm trying to manage an implementation here as well.
>
>It would be nice if we could have a simple versioning scheme on the spec,
>i.e. a date string or a version label, which I could use as a tag/label in
>my versioning system. Maybe a change history as well?
There's a "Last Modified" header:
http://www.python.org/peps/pep-0333.html
And a revision history:
http://cvs.sourceforge.net/viewcvs.py/python/python/nondist/peps/pep-0333.txt
Note that both of these will be slightly out of sync with the "real" Python
CVS, as both are updated by cronjobs.
More information about the Web-SIG
mailing list