[issue6368] Fix unused variable warning introduced by commit r73603.

2009-06-29 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attach patch fixes an unused variable warning introduced by commit r73603. -- components: Build files: fix_unused_var_jun_29_2009.patch keywords: patch messages: 89839 nosy: vshenoy severity: normal status: open title: Fix unused variable warning

[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-18 Thread Vikram U Shenoy
Vikram U Shenoy added the comment: Ping. This is a legit fix right ? -- ___ Python tracker <http://bugs.python.org/issue6276> ___ ___ Python-bugs-list mailin

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-15 Thread Vikram U Shenoy
Vikram U Shenoy added the comment: I see. OK, so you want me to close this bug ? -- ___ Python tracker <http://bugs.python.org/issue6277> ___ ___ Python-bug

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : Added file: http://bugs.python.org/file14288/doc_mult_context_py3k_jun_13_2009.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
Vikram U Shenoy added the comment: Oops, my mistake. Reattached the proper patches. -- Added file: http://bugs.python.org/file14287/doc_mult_context_trunk_jun_13_2009.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : Removed file: http://bugs.python.org/file14285/doc_typo_py3k_may_22_2009.patch ___ Python tracker <http://bugs.python.org/issue6277> ___ ___

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : Removed file: http://bugs.python.org/file14284/doc_typo_trunk_may_22_2009.patch ___ Python tracker <http://bugs.python.org/issue6277> ___ ___

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : -- versions: +Python 3.1 Added file: http://bugs.python.org/file14285/doc_typo_py3k_may_22_2009.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : -- keywords: +patch Added file: http://bugs.python.org/file14284/doc_typo_trunk_may_22_2009.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6277] Add description of new syntax of with to 2.7 whatsnew document.

2009-06-13 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached are patches adding multiple context manager usage feature to whats new document to both 2.7.rst in trunk and py3k. Are 2.x.rsts in py3k supposed to be in sync with trunks 2.x.rsts ? -- assignee: georg.brandl components: Documentation

[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-13 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached is the patch to fix DeprecationWarning resulting from using contextlib.nested() function in test_signal.py -- components: Tests files: test_signal_with_fix_june_13_2009.patch keywords: patch messages: 89317 nosy: vshenoy severity: normal

[issue6214] test__locale broken on trunk

2009-06-06 Thread Vikram U Shenoy
Vikram U Shenoy added the comment: Georg has fixed it in r73252. -- nosy: +vshenoy ___ Python tracker <http://bugs.python.org/issue6214> ___ ___ Python-bug

[issue6206] Correct a trivial typo introduced by r73238.

2009-06-05 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : -- type: -> compile error ___ Python tracker <http://bugs.python.org/issue6206> ___ ___ Python-bugs-list mailing list Unsubscri

[issue6206] Correct a trivial typo introduced by r73238.

2009-06-05 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached is a patch which should fix the 'too many values to unpack' error introduced by commit r73238. -- components: Tests files: test__locale_typo_jun_5_2009.patch keywords: patch messages: 88949 nosy: vshenoy severity: normal status:

[issue6086] Correct minor typos in doanddont.rst and urllib2.rst howto documents.

2009-05-22 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : Added file: http://bugs.python.org/file14042/doc_typo_py3k_may_22_2009.patch ___ Python tracker <http://bugs.python.org/issue6086> ___ ___

[issue6086] Correct minor typos in doanddont.rst and urllib2.rst howto documents.

2009-05-22 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : -- keywords: +patch Added file: http://bugs.python.org/file14041/doc_typo_trunk_may_22_2009.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6086] Correct minor typos in doanddont.rst and urllib2.rst howto documents.

2009-05-22 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached are two patches (for trunk and py3k): * Correct a trivial typo in doanddont.rst * Correct a mistake in urllib2.rst, where URLError was being used instead of the HTTPError, in case the urllib2.urlopen() was raising an exception

[issue4798] Update deprecation of 'new' module in PEP 4.

2008-12-31 Thread Vikram U Shenoy
Changes by Vikram U Shenoy : Added file: http://bugs.python.org/file12517/pep_update_for_new_module_dec_31_2008.patch ___ Python tracker <http://bugs.python.org/issue4

[issue4798] Update deprecation of 'new' module in PEP 4.

2008-12-31 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached are two patches: * Update PEP 4 about 'new' module which is deprecated since python 2.6 in favour of using types module. * Update documentation for 'new' module. Not sure about the exact date of proposal for deprecating '