[Python-Dev] Adding status code constants to httplib (original) (raw)
Andrew Eland andrew at andreweland.org
Fri Sep 10 13:45:25 CEST 2004
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib string.py, 1.73, 1.74
- Next message: [Python-Dev] Adding status code constants to httplib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Over in web-sig, we're discussing PEP 333, the Web Server Gateway Interface. Rather than defining our own set of constants for the HTTP status code integers, we thought it would be a good idea to add them to httplib, allowing other applications to benefit. I've uploaded a patch[1] to httplib.py and the corresponding documentation. Do people think this is a good idea?
-- Andrew Eland (http://www.andreweland.org)
[1] http://sourceforge.net/tracker/index.php?func=detail&aid=1025790&group_id=5470&atid=305470
- Previous message: [Python-Dev] Re: [Python-checkins] python/dist/src/Lib string.py, 1.73, 1.74
- Next message: [Python-Dev] Adding status code constants to httplib
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]