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
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
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
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 :
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 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
Suraj Deshmukh added the comment:
@grahamd thanks this helps.
--
___
Python tracker
<http://bugs.python.org/issue10496>
___
___
Python-bugs-list mailing list
Unsub
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