Errata

Jython Essentials

Errata for Jython Essentials

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 5
IN PRINT: "Adding Behavior" section, 1st paragraph, 2nd sentence

"We I want it to..."

NOW READS:
"We want it to..."

Anonymous    Sep 01, 2004
Printed
Page 49
Argumented Assignments

In the enumeration of the augmented assignment operators, *- NOW READS *=

Anonymous    Sep 01, 2004
Printed
Page 59
middle of page

The output of: print ["%s: %s" % (key, value) for key, value in dict.items()]
['2: two
', '1: one
']

NOW READS:
['2: two', '1: one']

Anonymous    Sep 01, 2004
Printed
Page 62
last sentence

The sentence "to go the except clause" NOW READS "to go to the except
clause".

Anonymous    Sep 01, 2004