Errata


Print Print Icon

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 8
Table 3

The Iteration, Minimum item, and Maximum item rows in Table 3 do not show the correct class methods or method order.

Iteration should have the order of the __getitem__ and __iter__ methods switched to match their precedence.

Both Minimum item and Maximum item should list the __iter__ method as having precedence over __getitem__.

David N. Arnold 
Printed Page 109
last paragraph

Typo in the last sentence of page 109: reference to "os.path.walk" should read
"os.walk".

Current text:

See also the os.path.walk generator earlier in this book, in the section "File
Pathname Tools."

Corrected text:

See also the os.walk generator earlier in this book, in the section "File Pathname
Tools."

Anonymous 
Printed Page 143
N section of index

missing index entry for "not" Python keyword

Anonymous 
Printed Page 143
N section of index

missing index entry for "not" Python keyword

Anonymous