New submission from Suraj Barkale :
In the windows help file installed with Python 2.6.2, many topics (e.g.
"Python Standard Library") are shown are leaf nodes instead of books.
After checking source code, `:numbered:` clause was added to many
index.rst files in revision 71270. The TOC
Suraj Barkale added the comment:
In the snippet `ElementTree.parse('')` should be replaced by
`ElementTree.fromstring('')`.
___
Python tracker
<http://bu
New submission from Suraj Barkale :
All the error constants in `xml.parsers.expat.errors` are strings.
However, when expat raises an ExpatError exception, ExpatError.code
attribute is a number. There seems to be no way of associating
ExpatError with a corresponding error code from
New submission from Suraj Barkale <[EMAIL PROTECTED]>:
If the option to "Compile .py files to bytecode after installation" is
selected during installation (by clicking on "Advanced" button on
"Customize" dialog), installer shows the attached dialog