1-3 of 3 < Previous Next >
1 vote
closed

.close() is not supported

The WSGI spec requires that any callable object that has a .close() method must have that called once all data has been returned. This is not currently implemented.

id# 181 | Planned Release: None | Last Updated: Nov 22 2007 at 3:38 AM  by jdhardy
1 vote
closed

exc_info is not supported on start_response

The WSGI spec requires start_reponse to have the signature start_response(status, response_headers, exc_info=None). Currently the exc_info argument is not supported because I don't know how.

id# 182 | Planned Release: None | Last Updated: Nov 22 2007 at 3:38 AM  by jdhardy
1 vote
closed

Error handling is not correct

The error handling specified in PEP 333 is not properly implemented.

id# 183 | Planned Release: None | Last Updated: Nov 22 2007 at 3:37 AM  by jdhardy

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-3 of 3 < Previous 1 Next >
Updating...