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.

Author serhiy.storchaka
Recipients BTaskaya, Claudiu.Popa, berker.peksag, serhiy.storchaka
Date 2019-08-21.19:24:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566415489.66.0.332797577009.issue22964@roundup.psfhosted.org>
In-reply-to
Content
Agree with Batuhan. There are three dbm implementations in the stdlib: dumb, ndbm and gnu. It may be possible to implement the "x" flag in the former two, but gdbm_open() does not support it.

Since by default the implementation is chosen automatically in dbm.open(), I do not think it is practically to implement a flag which do not work with all implementations.
History
Date User Action Args
2019-08-21 19:24:49serhiy.storchakasetrecipients: + serhiy.storchaka, Claudiu.Popa, berker.peksag, BTaskaya
2019-08-21 19:24:49serhiy.storchakasetmessageid: <1566415489.66.0.332797577009.issue22964@roundup.psfhosted.org>
2019-08-21 19:24:49serhiy.storchakalinkissue22964 messages
2019-08-21 19:24:49serhiy.storchakacreate