[issue4136] merge json library with latest simplejson 2.0.x

2009-03-16 Thread Raymond Hettinger
Raymond Hettinger added the comment: What needs to happen next for this patch to go forward? -- ___ Python tracker ___ ___ Python-bugs

[issue5494] Failure in test_httpservers on Linux

2009-03-16 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The SyntaxError show that you are running python version 2.x. > Run testscript in verbose mode: $ sudo ./regrtest.py -v server.py Your sudo command is wrong: it should specify the path to the tested python executable, and not rely on the #! line in regrt

[issue5497] openssl compileerror with original source

2009-03-16 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : I ported "compile openssl without perl" scheme into PC/VC6 from PCBuild. And I noticed openssl compilation fails with a message "IDEA is disabled" if I use original source code from openssl homepage. I hope attached patch will fix this. openssl's Configure