[issue15025] httplib and http.client are missing response messages for defined WEBDAV responses, e.g., UNPROCESSABLE_ENTITY (422)

Demian Brecht report at bugs.python.org
Tue Jun 17 07:01:47 CEST 2014


Demian Brecht added the comment:

Indeed the WEBDAV codes were missing across the board. I've added a couple patches: One (_a) that just adds the missing constants, and another (_b) that changes how they're defined altogether. The advantage of the second is that there is much less chance of running into this desync going forward. Having said that, I have no false hope that anyone will think it's a sane or obvious way of going about defining them ;)

----------
keywords: +patch
Added file: http://bugs.python.org/file35664/issue15025_a.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15025>
_______________________________________


More information about the Python-bugs-list mailing list