Jython Essentials by Noel Rappin, Samuele Pedroni The following errata were *corrected* in the 9/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem (5) IN PRINT: "Adding Behavior" section, 1st paragraph, 2nd sentence: "We I want it to..." NOW READS: "We want it to..." (49) Argumented Assignments; In the enumeration of the augmented assignment operators, *- NOW READS *= {59} middle of page; The output of: print ["%s: %s" % (key, value) for key, value in dict.items()] ['2: two\n', '1: one\n'] NOW READS: ['2: two', '1: one'] (62) last sentence; The sentence "to go the except clause" NOW READS "to go to the except clause".