[ python-Bugs-1477140 ] Incorrect code in example

SourceForge.net noreply at sourceforge.net
Wed Apr 26 20:20:20 CEST 2006


Bugs item #1477140, was opened at 2006-04-26 11:20
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=1477140&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Bruce Eckel (bruceeckel)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect code in example

Initial Comment:
In
11.22.9 Example of Client Usage 
The line:
except Error, v:
should probably be:
except Exception, v:

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

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


More information about the Python-bugs-list mailing list