[issue5897] No library reference tree in chm help file

2009-05-01 Thread Suraj Barkale
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

[issue5355] Expat parser error constants are string descriptions

2009-02-23 Thread Suraj Barkale
Suraj Barkale added the comment: In the snippet `ElementTree.parse('')` should be replaced by `ElementTree.fromstring('')`. ___ Python tracker <http://bu

[issue5355] Expat parser error constants are string descriptions

2009-02-23 Thread Suraj Barkale
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

[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

2008-11-28 Thread Suraj Barkale
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