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 72
1st para in Function & Methods

strings are described as being mutable, but they are immutable.

Anonymous 
Printed Page 96
The (single) backslash entry of Table 18. Regular expression pattern syntax

The second example given for representing a single backslash using raw strings would
actually generate two backslashes (ie r'\'). Of course, using raw strings to protect
the blackslash is still a valid point.

As an aside, I don't think it is even possible to represent a single backslash using
raw strings.

Anonymous 
Printed Page 119
1st paragraph, 3rd line down, 2 word in

'gadly' I think should be 'Gadfly'.

Anonymous