Hi Zach,
Thanks for the response! I just retried it and also got the B B B that the doc says I should get.
Which is probably a good reason to remind myself not to try to correct things when I'm a newbie.
Except of course, who else reads tutorials, except newbies?
Unfortunately, my original work was all done in interactive mode, but after playing around a bit, I suspect I might have defined all my classes with Exception as the parm rather than the previous class.
ie:
class B(Exception):
class C(Exception):
class D(Exception):
When I do that, I get the behavior I reported.
Sorry to have wasted your time.
I'm loving Python so far!
Randy
______________________________________________________________
Randy Duncan, PMP PMI-ACP CSM
Test Architect, IBM Cloud Infrastructure Core Fabric Team
14001 Dallas Parkway, Suite M100, Dallas, TX 75240
214-873-8316 Office | 469-360-7232 Cell | randy.duncan@ibm.comZachary Ware ---11/30/2017 02:02:22 PM---Hi Randy, On Mon, Nov 27, 2017 at 1:19 PM, Randy Duncan <randy.duncan@ibm.com> wrote:
From: Zachary Ware <zachary.ware+pydocs@gmail.com>
To: docs <docs@python.org>
Cc: Randy Duncan <randy.duncan@ibm.com>
Date: 11/30/2017 02:02 PM
Subject: Re: [docs] Incorrect statement in section 8.3 of Python Tutorial
Sent by: zachary.ware@gmail.com