[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 introduced by commit r73603.
versions: Python 2.7
Added file: http://bugs.python.org/file14383/fix_unused_var_jun_29_2009.patch

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



[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 mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue6277>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue6277>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue6277>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue6277>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
messages: 89318
nosy: georg.brandl, vshenoy
severity: normal
status: open
title: Add description of new syntax of with to 2.7 whatsnew document.
versions: Python 2.7

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



[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
status: open
title: Fix contextlib.nested DeprecationWarning for test_signal.
versions: Python 2.7
Added file: 
http://bugs.python.org/file14283/test_signal_with_fix_june_13_2009.patch

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



[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-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: open
title: Correct a trivial typo introduced by r73238.
versions: Python 2.7
Added file: http://bugs.python.org/file14194/test__locale_typo_jun_5_2009.patch

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



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue6086>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

--
assignee: georg.brandl
components: Documentation
messages: 88189
nosy: georg.brandl, vshenoy
severity: normal
status: open
title: Correct minor typos in doanddont.rst and urllib2.rst howto documents.
versions: Python 2.6, Python 3.0

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



[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/issue4798>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 'new' module,
but closest that I was able to find was this python-dev mail thread
after it had been removed from py3k branch:

http://mail.python.org/pipermail/python-dev/2007-November/075386.html

--
assignee: georg.brandl
components: Documentation
files: doc_update_for_new_module_dec_31_2008.patch
keywords: patch
messages: 78692
nosy: georg.brandl, loewis, vshenoy
severity: normal
status: open
title: Update deprecation of 'new' module in PEP 4.
versions: Python 2.6
Added file: 
http://bugs.python.org/file12516/doc_update_for_new_module_dec_31_2008.patch

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