[issue7977] I found Python 3.1 xmlrpc lib use param not properly. and i have fixed it.

2010-02-22 Thread Jelly Chen
Jelly Chen sinoje...@gmail.com added the comment: I can't modify the issue. so i replay this email. The old xmlrpc lib don't use param surround a param. please take a look at wrong.xml and right.xml. 2010/2/22 Mark Dickinson rep...@bugs.python.org Mark Dickinson dicki...@gmail.com added

[issue7977] I found Python 3.1 xmlrpc lib use param not properly. and i have fixed it.

2010-02-22 Thread Jelly Chen
Jelly Chen sinoje...@gmail.com added the comment: Can i have a look at the failure tests? I just check out code at http://svn.python.org/projects/python/branches/py3k It's very slow. and i'm afraid that i don't know how to run the tests. The param tag use improperly is very clear. the wrong

[issue7986] Python 3 cannot recognize url like: https://sinojellycn:123...@storage.msn.com

2010-02-22 Thread Jelly Chen
New submission from Jelly Chen sinoje...@gmail.com: posturl='https://sinojellycn:123...@storage.msn.com/storageservice/MetaWeblog.rpc' username=sinojellycn password=123456 blog = pyblog.WordPress(posturl, username, password) content = {description:'Test description6', title:'Test article6

[issue7987] Python 3.1's http.client doesn't support HTTPS

2010-02-22 Thread Jelly Chen
New submission from Jelly Chen sinoje...@gmail.com: posturl='https://storage.msn.com/storageservice/MetaWeblog.rpc' username=sinojellycn password=123456 blog = pyblog.WordPress(posturl, username, password) content = {description:'Test description6', title:'Test article6'} blog.new_post(content

[issue7977] I found Python 3.1 xmlrpc lib use param not properly. and i have fixed it.

2010-03-20 Thread Jelly Chen
Jelly Chen sinoje...@gmail.com added the comment: I know why those two tests run failed, and I found another way to solve the problem, do not make the existing tests broken, and at the same time I have added another test case. I encountered this problem due to a argument is already being a tuple