[issue5897] No library reference tree in chm help file

2009-05-01 Thread Suraj Barkale
New submission from Suraj Barkale suraj+pyt...@barkale.com: 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

[issue5355] Expat parser error constants are string descriptions

2009-02-23 Thread Suraj Barkale
New submission from Suraj Barkale suraj+pyt...@barkale.com: 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

[issue5355] Expat parser error constants are string descriptions

2009-02-23 Thread Suraj Barkale
Suraj Barkale suraj+pyt...@barkale.com added the comment: In the snippet `ElementTree.parse('')` should be replaced by `ElementTree.fromstring('')`. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5355

[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. There seems to be no problem after installation