From: Jesus Cea Date: Wed, 25 Jun 2014 11:06:32 +0000 (+0200) Subject: MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented X-Git-Tag: v3.5.0a1~1410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f65a35b7ea7f5dca7e922f203992cd0a6661de9;p=python MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented --- 9f65a35b7ea7f5dca7e922f203992cd0a6661de9 diff --cc Doc/library/dbm.rst index b0133d8405,e6a82d67ce..3f3c43d438 --- a/Doc/library/dbm.rst +++ b/Doc/library/dbm.rst @@@ -324,13 -332,9 +333,13 @@@ The module defines the following database has to be created. It defaults to octal ``0o666`` (and will be modified by the prevailing umask). + .. versionchanged:: 3.5 + :func:`.open` always creates a new database when the flag has the value + ``'n'``. + In addition to the methods provided by the :class:`collections.abc.MutableMapping` class, :class:`dumbdbm` objects - provide the following method: + provide the following methods: .. method:: dumbdbm.sync()