[issue13587] Correcting the typos error in Doc/howto/urllib2.rst

2011-12-12 Thread Bithin A

New submission from Bithin A :

In the documentation 'HOWTO Fetch Internet Resources Using urllib2' there is a 
correction under the heading 'Basic Authentication'

In the line 'The header looks like : ``Www-authenticate: SCHEME 
realm="REALM"``. ' the word 'Www-authenticate' should be written as 
'WWW-Authenticate' . 

Link : docs.python.org/howto/urllib2.html

--
assignee: docs@python
components: Documentation
messages: 149295
nosy: Bithin.A, docs@python
priority: normal
severity: normal
status: open
title: Correcting the typos error in Doc/howto/urllib2.rst
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

___
Python tracker 
<http://bugs.python.org/issue13587>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13737] bugs.python.org's Django settings file DEBUG=True

2012-01-07 Thread Bithin A

New submission from Bithin A :

I am getting an Django error when I was trying to review a patch. This error 
has occurred in the site as the DEBUG mode in the Django settings file is set 
to True. It is a security issue and should be set to false. I am attaching the 
screen shot of the error which I have come across.

--
components: None
files: Screenshot at 2012-01-08 13:11:43.png
messages: 150852
nosy: Bithin.A
priority: normal
severity: normal
status: open
title: bugs.python.org's Django settings file DEBUG=True
type: security
Added file: http://bugs.python.org/file24174/Screenshot at 2012-01-08 
13:11:43.png

___
Python tracker 
<http://bugs.python.org/issue13737>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13737] bugs.python.org/review's Django settings file DEBUG=True

2012-01-08 Thread Bithin A

Bithin A  added the comment:

The bugs.python.org/review is a running application and it is very bad to see 
debug error messages.

--

___
Python tracker 
<http://bugs.python.org/issue13737>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Bithin A

New submission from Bithin A :

In urllib/parse.py the collections module is imported twice which is against 
the PEP8-- Style Guide for Python Code.

--
components: Library (Lib)
files: multiple_imports.patch
keywords: patch
messages: 153780
nosy: Bithin.A
priority: normal
severity: normal
status: open
title: collections module imported twice in urllib/parse.py
Added file: http://bugs.python.org/file24577/multiple_imports.patch

___
Python tracker 
<http://bugs.python.org/issue14064>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Bithin A

Changes by Bithin A :


--
type:  -> enhancement

___
Python tracker 
<http://bugs.python.org/issue14064>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Bithin A

Changes by Bithin A :


Removed file: http://bugs.python.org/file24577/multiple_imports.patch

___
Python tracker 
<http://bugs.python.org/issue14064>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com