Filip Malczak added the comment:
If we're getting out of original scope, then I wonder... Maybe we should keep
only standard status codes here? If not, which should we support, and which
not? What about custom Spring 420 Method Failure?
One way to clean up mess here is to create
Changes by Filip Malczak :
--
title: Missin 507 response description -> Missing 507 response description
___
Python tracker
<http://bugs.python.org/issu
New submission from Filip Malczak:
I find it strange, that in http.client module we have variable:
INSUFFICIENT_STORAGE = 507
yet in responses (dict mapping int codes to descriptions) 507 is missing.
It's probably just mistake caused by short dev memory, fix is easy: add line
New submission from Filip Malczak:
Ive been using YAPSY to load plugins in one process. In this process I tried to
put them in queue, and in another process I read them from queue.
There was a problem with non-existing type of plugin in consumer process, so I
tried to serialize plugin