[ python-Bugs-842600 ] xmlrpclib and backward compatibility
SourceForge.net
noreply at sourceforge.net
Fri Nov 14 23:46:49 EST 2003
Bugs item #842600, was opened at 2003-11-15 13:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=842600&group_id=5470
Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlrpclib and backward compatibility
Initial Comment:
This bug is related to patch #531629 "Add multicall
support to xmlrpclib"
http://www.python.org/sf/531629
His applied patch includes 'yield' statement.
Is this OK?
I think xmlrpclib.py needs to keep compatible with
older Python.
On the top of xmlrpclib.py there is a note:
# this version is designed to work with Python 1.5.2
or newer.
I attached a patch to avoid 'yield' but this is a quick
fix.
I'm not sure if this is the right approach.
There should be a better solution.
I've also changed the coding style of the previous
change to be consistent with other parts of this
script.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=842600&group_id=5470
More information about the Python-bugs-list
mailing list