[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-18 Thread Vikram U Shenoy
Vikram U Shenoy vikram.u.she...@gmail.com added the comment: Ping. This is a legit fix right ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6276

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

2009-06-15 Thread Vikram U Shenoy
Vikram U Shenoy vikram.u.she...@gmail.com added the comment: I see. OK, so you want me to close this bug ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6277

[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-13 Thread Vikram U Shenoy
New submission from Vikram U Shenoy vikram.u.she...@gmail.com: 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

[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 vikram.u.she...@gmail.com: 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

[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 vikram.u.she...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file14284/doc_typo_trunk_may_22_2009.patch ___ Python tracker rep...@bugs.python.org 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 vikram.u.she...@gmail.com: -- versions: +Python 3.1 Added file: http://bugs.python.org/file14285/doc_typo_py3k_may_22_2009.patch ___ Python tracker rep...@bugs.python.org 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 vikram.u.she...@gmail.com: Removed file: http://bugs.python.org/file14284/doc_typo_trunk_may_22_2009.patch ___ Python tracker rep...@bugs.python.org 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 vikram.u.she...@gmail.com: Removed file: http://bugs.python.org/file14285/doc_typo_py3k_may_22_2009.patch ___ Python tracker rep...@bugs.python.org 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
Vikram U Shenoy vikram.u.she...@gmail.com 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 rep...@bugs.python.org http

[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 vikram.u.she...@gmail.com: Added file: http://bugs.python.org/file14288/doc_mult_context_py3k_jun_13_2009.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6277

[issue6214] test__locale broken on trunk

2009-06-06 Thread Vikram U Shenoy
Vikram U Shenoy vikram.u.she...@gmail.com added the comment: Georg has fixed it in r73252. -- nosy: +vshenoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6214

[issue6206] Correct a trivial typo introduced by r73238.

2009-06-05 Thread Vikram U Shenoy
New submission from Vikram U Shenoy vikram.u.she...@gmail.com: 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

[issue6206] Correct a trivial typo introduced by r73238.

2009-06-05 Thread Vikram U Shenoy
Changes by Vikram U Shenoy vikram.u.she...@gmail.com: -- type: - compile error ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6206 ___ ___ Python

[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 vikram.u.she...@gmail.com: 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

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

2009-05-22 Thread Vikram U Shenoy
Changes by Vikram U Shenoy vikram.u.she...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file14041/doc_typo_trunk_may_22_2009.patch ___ Python tracker rep...@bugs.python.org 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 vikram.u.she...@gmail.com: Added file: http://bugs.python.org/file14042/doc_typo_py3k_may_22_2009.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6086

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

2008-12-31 Thread Vikram U Shenoy
New submission from Vikram U Shenoy vikram.u.she...@gmail.com: 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

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

2008-12-31 Thread Vikram U Shenoy
Changes by Vikram U Shenoy vikram.u.she...@gmail.com: Added file: http://bugs.python.org/file12517/pep_update_for_new_module_dec_31_2008.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4798