Issue 20872: dbm/gdbm/ndbm close methods are not document (original) (raw)

Issue20872

Created on 2014-03-08 16:57 by r.david.murray, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue20872.diff berker.peksag,2014-05-12 15:34 review
Messages (3)
msg212935 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-03-08 16:57
We just added context manager support to dbm to close the object automatically, but the 'close' method that gets called is not documented for any of the dbm objects. Since it is part of the public API (it is shown in the example), I think it should be.
msg221541 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-06-25 11:06
New changeset de44bc26a00a by Jesus Cea in branch '2.7': Closes #20872: dbm/gdbm/ndbm close methods are not documented http://hg.python.org/cpython/rev/de44bc26a00a New changeset cf156cfb12e7 by Jesus Cea in branch '3.3': Closes #20872: dbm/gdbm/ndbm close methods are not documented http://hg.python.org/cpython/rev/cf156cfb12e7 New changeset 88fb216b99fb by Jesus Cea in branch '3.4': MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented http://hg.python.org/cpython/rev/88fb216b99fb New changeset 90dd9eec1230 by Jesus Cea in branch 'default': MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented http://hg.python.org/cpython/rev/90dd9eec1230
msg221542 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2014-06-25 11:08
Thanks, David and Berker.
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65071
2014-06-25 11:08:07 jcea set nosy: + jceamessages: +
2014-06-25 11:06:51 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: patch review -> resolved
2014-05-12 15:34:47 berker.peksag set files: + issue20872.diffversions: - Python 3.3nosy: + berker.peksagkeywords: + patchstage: needs patch -> patch review
2014-05-11 01:47:24 ezio.melotti set nosy: + docs@pythonassignee: docs@pythoncomponents: + Documentationkeywords: + easytype: enhancementstage: needs patch
2014-03-08 16:57:59 r.david.murray create