[issue21558] Fix a typo in the contextlib docs

2014-05-25 Thread Roundup Robot

Roundup Robot added the comment:

New changeset ebeade01bd8e by Raymond Hettinger in branch '3.4':
Issue 21558:  Fix a typo in the contextlib docs
http://hg.python.org/cpython/rev/ebeade01bd8e

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21558] Fix a typo in the contextlib docs

2014-05-25 Thread Raymond Hettinger

Changes by Raymond Hettinger raymond.hettin...@gmail.com:


--
nosy: +ncoghlan
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21558] Fix a typo in the contextlib docs

2014-05-25 Thread Berker Peksag

Berker Peksag added the comment:

Thanks Raymond, will do.

--
stage: patch review - resolved

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21558] Fix a typo in the contextlib docs

2014-05-23 Thread Jesús Cea Avión

Changes by Jesús Cea Avión j...@jcea.es:


--
nosy: +jcea

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21558] Fix a typo in the contextlib docs

2014-05-23 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
nosy: +terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21558] Fix a typo in the contextlib docs

2014-05-23 Thread Raymond Hettinger

Raymond Hettinger added the comment:

Berker, feel free to assign all these micro-doc fixes to me.   Also, if you 
want to combine a number of clear-cut, non-controversial fixes into just one 
patch and tracker item, that might save us both some time.

--
assignee: docs@python - rhettinger
nosy: +rhettinger

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21558] Fix a typo in the contextlib docs

2014-05-22 Thread Berker Peksag

New submission from Berker Peksag:

From the code example at 
https://docs.python.org/3.5/library/contextlib.html#supporting-a-variable-number-of-context-managers

if need_special resource: (see line 4) should be if need_special_resource:.

Related changeset: http://hg.python.org/cpython/rev/5d91d87b5969

--
assignee: docs@python
components: Documentation
files: contextlib-typo.diff
keywords: patch
messages: 218944
nosy: berker.peksag, docs@python
priority: normal
severity: normal
stage: patch review
status: open
title: Fix a typo in the contextlib docs
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file35322/contextlib-typo.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21558
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com