[issue37078] norton login

2019-05-28 Thread suraj
New submission from suraj : Norton Login - Manage Your Norton Subscription, Setup Norton, Norton Sign in etc at Norton.com/setup and Manage Norton Services using Norton Account Here! http://getnortonlogin.com/";>norton login -- files: Untitled design.png messages: 343768 nosy

[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

[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

[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

[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

[issue10496] Python startup should not require passwd entry

2016-12-05 Thread Suraj Deshmukh
Suraj Deshmukh added the comment: I did not encounter this issue in fedora24 based container on docker but when I run it in openshift I see errors as: That container has `Python 2.7.12` installed. While `flask` and `redis` python libs are installed via pip. ``` bash: /usr/local/bin/wait-for

[issue10496] Python startup should not require passwd entry

2016-12-05 Thread Suraj Deshmukh
Suraj Deshmukh added the comment: @grahamd thanks this helps. -- ___ Python tracker <http://bugs.python.org/issue10496> ___ ___ Python-bugs-list mailing list Unsub

[issue29254] Documentation Error

2017-01-12 Thread Suraj Kumar
New submission from Suraj Kumar: Hi, I have found one documentation mistake in section 3.1.2. Strings saying """Note how the start is always included, and the end always excluded. This makes sure that s[:i] + s[i:] is always equal to s: >>>word = 'Python