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 terry.reedy
Recipients remi.lapeyre, rougeth, terry.reedy
Date 2019-03-23.00:02:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553299366.73.0.0240673215589.issue36322@roundup.psfhosted.org>
In-reply-to
Content
I have trouble understanding this post.  The parameter name is 'flag', not 'flags' and there are no typos, including in ndbm.  The parameter name is singular because there is basically one flag with 4 possible values to indicate how to open.  The fact that gdbm has optional subflags does not require changing the name and I think it better to keep the documented API the same.

The only time 'flags' appears is in "Not all flags are valid for all versions of gdbm. The module constant open_flags is a string of supported flag characters."  Here, 'flags' refers to the multiple possible values for the 'flag' argument, not the argument itself.

I think that this issue and the PR should be closed.
History
Date User Action Args
2019-03-23 00:02:46terry.reedysetrecipients: + terry.reedy, rougeth, remi.lapeyre
2019-03-23 00:02:46terry.reedysetmessageid: <1553299366.73.0.0240673215589.issue36322@roundup.psfhosted.org>
2019-03-23 00:02:46terry.reedylinkissue36322 messages
2019-03-23 00:02:46terry.reedycreate