[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 ___ ___ Python-bugs-li

[issue21558] Fix a typo in the contextlib docs

2014-05-25 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- nosy: +ncoghlan resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-

[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

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

[issue21558] Fix a typo in the contextlib docs

2014-05-23 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue21558] Fix a typo in the contextlib docs

2014-05-23 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[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