[New-bugs-announce] [issue21729] Use `with` statement in dbm.dumb

Claudiu.Popa report at bugs.python.org
Thu Jun 12 09:24:41 CEST 2014


New submission from Claudiu.Popa:

Hello.

Here's a short patch for dbm.dumb, which uses in various places the `with` statement for opening and closing files. Thanks.

----------
components: Library (Lib)
files: dbm_with_open.patch
keywords: patch
messages: 220335
nosy: Claudiu.Popa, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use `with` statement in dbm.dumb
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file35588/dbm_with_open.patch

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


More information about the New-bugs-announce mailing list