[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-bug

[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 Unsubscri

[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

[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/issue13

[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

[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