[issue20898] Missing 507 response description

2014-03-16 Thread Filip Malczak
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 some

[issue20898] Missin 507 response description

2014-03-12 Thread Filip Malczak
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: 507

[issue20898] Missing 507 response description

2014-03-12 Thread Filip Malczak
Changes by Filip Malczak filip.malc...@gmail.com: -- title: Missin 507 response description - Missing 507 response description ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20898

[issue19989] Error while sending function code over queue (multiprocessing)

2013-12-15 Thread Filip Malczak
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