This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document context manager support for shelf objects
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: asvetlov, berker.peksag, docs@python, ezio.melotti, python-dev
Priority: normal Keywords: patch

Created on 2013-01-26 13:26 by berker.peksag, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
shelve-context-manager-doc.diff berker.peksag, 2013-01-26 13:26 review
Messages (3)
msg180667 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2013-01-26 13:26
Context manager support for shelf objects was added in issue 13896, but not documented.
msg181056 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-01 03:02
New changeset 935a286b8066 by Ezio Melotti in branch 'default':
#17040: document that shelve.open() and the Shelf object can be used as context managers.  Initial patch by Berker Peksag.
http://hg.python.org/cpython/rev/935a286b8066
msg181057 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-02-01 03:04
Fixed, thanks for the report and the patch!
History
Date User Action Args
2022-04-11 14:57:41adminsetgithub: 61242
2013-02-01 03:04:29ezio.melottisetstatus: open -> closed

type: enhancement
assignee: docs@python -> ezio.melotti

nosy: + ezio.melotti
messages: + msg181057
resolution: fixed
stage: resolved
2013-02-01 03:02:31python-devsetnosy: + python-dev
messages: + msg181056
2013-01-26 13:26:50berker.peksagcreate