[New-bugs-announce] [issue11287] Add context manager support to dbm modules

Ray.Allen report at bugs.python.org
Tue Feb 22 14:58:26 CET 2011


New submission from Ray.Allen <ysj.ray at gmail.com>:

dbm objects, including gdbm, ndbm, dumb, should support context manager. That is, can be used with 'with' keyword, just like regular file objects.

I'm working out a patch for this.

----------
components: Extension Modules
messages: 129076
nosy: ysj.ray
priority: normal
severity: normal
status: open
title: Add context manager support to dbm modules
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11287>
_______________________________________


More information about the New-bugs-announce mailing list