Errata
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 "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
| Version | Location | Description | Submitted By | Corrected |
|---|---|---|---|---|
| Printed | Page 16 2nd sentence |
"When the action is competed, ..." |
Anonymous | |
| Printed | Page 17 2nd code snippet, 2nd line |
"Connection to port 80." |
Anonymous | |
| Printed | Page 18 Example 2.5. portscan.py |
"from connectiontester import testConnect" |
Anonymous | |
| Printed | Page 18 Example 2-5 |
The testConnect function is imported from the previous example. The |
Anonymous | |
| Printed | Page 22 bottom |
"How does that work?" is included in the code block, not as a section heading. |
Anonymous | |
| Printed | Page 22 Example 2.7 |
The code printed in the book is out of date. The code in the current example code zip already fixes this problem. |
Anonymous | |
| Printed | Page 23 at least on line 2 |
Page 23, at least on line 2: typo LineReciever should be LineReceiver. |
Anonymous | |
| Printed | Page 27 1st paragraph, 2nd sentence |
SHould read: |
Anonymous | |
| Printed | Page 35 Example 3-6 : function pagePart(), wrong indentation |
Lines 17-20 of Example 3-6 should be indented like this: |