The attached patch fixes these typos: - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True __debug__ variable is a boolean value since Python 2.3. I formatted the text width to 72, so the diff part might look a bit large. But basically, the change is only values of __debug__. Thanks in advance.