Python in a Nutshell, Second Edition by Alex Martelli This errata page lists errors corrected in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated September 7, 2007. 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 ?page-number?: reader question or request for clarification Confirmed errors: {198} The repr module; Should refer to page 166, not 198. Also index on page 691 should reference page 166 under repr (in addition to 198) (203) 4th paragraph; It says "rE", it should say "RE". (458) Bottom of Example 18-2; space between equal signs: if __name__= ='__main__': should be: if __name__=='__main__': (693) sys module main entry in index; There is no page number next to the listing. There should be a reference to page 168, which is where the main discussion of the sys module begins.