Jelly Chen added the comment:
I can't modify the issue. so i replay this email.
The old xmlrpc lib don't use surround a param. please take a look at
wrong.xml and right.xml.
2010/2/22 Mark Dickinson
>
> Mark Dickinson added the comment:
>
> Please could you gener
Jelly Chen 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 tag use improperly is very clear.
the wrong case: v
New submission from Jelly Chen :
posturl='https://sinojellycn:123...@storage.msn.com/storageservice/MetaWeblog.rpc'
username="sinojellycn"
password="123456"
blog = pyblog.WordPress(posturl, username, password)
content = {"description":'Test descript
New submission from Jelly Chen :
posturl='https://storage.msn.com/storageservice/MetaWeblog.rpc'
username="sinojellycn"
password="123456"
blog = pyblog.WordPress(posturl, username, password)
content = {"description":'Test description6', &quo
Jelly Chen 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 but
re-packaged