Changes by Bithin A :
Removed file: http://bugs.python.org/file24577/multiple_imports.patch
___
Python tracker
<http://bugs.python.org/issue14064>
___
___
Python-bug
Changes by Bithin A :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue14064>
___
___
Python-bugs-list mailing list
Unsubscri
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
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/issue13
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
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