[issue14692] json.joads parse_constant callback not working anymore

2012-04-30 Thread Jakob Simon-Gaarde
Jakob Simon-Gaarde jako...@gmail.com added the comment: Ok, I accept that at some point it was decided to take away the call to parse_constant hook on true and false values. But how does it help me to know this, I still need to react on these values? It seems a little overkill to parse

[issue14692] json.joads parse_constant callback not working anymore

2012-04-29 Thread Jakob Simon-Gaarde
New submission from Jakob Simon-Gaarde jako...@gmail.com: Hi It seems like the parse_constant keyword parameter for registering a callback function is no longer called in Python 2.7. http://docs.python.org/library/json.html#json.load I am using Python 2.7.3 on Ubuntu 12.04 I have created

Re: Digest MD5 authentication over using ZSI

2005-09-21 Thread Jakob Simon-Gaarde
) #- Best regards Jakob Simon-Gaarde -- http://mail.python.org/mailman/listinfo/python-list

win32pipe.popen3

2005-08-17 Thread Jakob Simon-Gaarde
a way to test if there was something ready for reading, but I can't see how to do that test, therfore I don't know when to stop reading from output :( Is there a solution for this, can I poll/test for ready-read on popen3 I/O objects. Best regards Jakob Simon-Gaarde