[ python-Bugs-1009803 ] xmlrpclib, PEP291, "yield"

SourceForge.net noreply at sourceforge.net
Mon Aug 16 06:28:59 CEST 2004


Bugs item #1009803, was opened at 2004-08-16 14:28
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=1009803&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Anthony Baxter (anthonybaxter)
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlrpclib, PEP291, "yield"

Initial Comment:
PEP 291 says that xmlrpclib should be 1.5.2 compatible. 

This patch:
revision 1.31
date: 2003/10/31 13:49:36;  author: loewis;  state:
Exp;  lines: +66 -2
Patch #531629: Add multicall support.

however, introduced code with the 'yield' keyword. This
is completely and utterly non-1.5.2 compatible. Either
the PEP (and the comment in the file) should be
updated, or the code should be rewritten to not use yield.

Martin? You checked in the patch, what's your opinion?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1009803&group_id=5470


More information about the Python-bugs-list mailing list