[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
___
___
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 Raymond Hettinger

Raymond Hettinger rhettin...@users.sourceforge.net added the comment:

Thanks.  BTW, other doc patches are always welcome.

--
resolution:  - wont fix
status: open - closed

___
Python tracker rep...@bugs.python.org
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-14 Thread Raymond Hettinger

Raymond Hettinger rhettin...@users.sourceforge.net added the comment:

AMK writes the whatsnew for 2.7 and I write it for 3.1.
In the case of 3.1, I already have an entry.

--
nosy: +rhettinger

___
Python tracker rep...@bugs.python.org
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-14 Thread Raymond Hettinger

Raymond Hettinger rhettin...@users.sourceforge.net added the comment:

I should have been clearer.  There is no need to submit patches for
whatsnew documents.  Those are solely the responsiblity of their
individual maintainers (see the instructions at the top of the file).

--

___
Python tracker rep...@bugs.python.org
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 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
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 rep...@bugs.python.org
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 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
___
___
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 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
___
___
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 Martin v . Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

Are you sure you have attached the right patches? They don't seem to
change the howto document, but instead fix some typos.

--
nosy: +loewis

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