Python Standard Library by Fredrik Lundh This errata page lists errors outstanding in the most recent printing. If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was updated on March 16, 2001. 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: (xv) reads: For updates and more informaiton, see http://www.pythonware.com/people/fredrik/library-book.htm. should read: For updates and more information, see http://www.pythonware.com/people/fredrik/librarybook.htm. {227} 4th line in Example 12-2; "getgid" should be changed to "getuid" in print pwd.getpwuid(os.getgid()) should be print pwd.getpwuid(os.getuid())