[Python-bugs-list] [ python-Bugs-405427 ] SQL2000+XML returns "400.100" status

nobody nobody@sourceforge.net
Fri, 02 Mar 2001 05:32:03 -0800


Bugs #405427, was updated on 2001-03-02 05:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=405427&group_id=5470

Category: Python Library
Group: None
Status: Open
Priority: 5
Submitted By: Luke Kenneth Casson Leighton
Assigned to: Nobody/Anonymous
Summary: SQL2000+XML returns "400.100" status

Initial Comment:
httplib.py expects status codes to be "integers" - of
the form 400, 200, 502 etc etc.

if you run the SQL 2000 server with its XML interface
which is accessed over HTTP, and you do an invalid
query, the HTTP response code is "400.100".  the line
that says self.status = status = int(status) freaks out
and says, erk, can't convert status of value 400.100 to
an integer.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=405427&group_id=5470