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 erlendaasland
Recipients berker.peksag, docs@python, erlendaasland, nchammas
Date 2021-02-01.22:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612218887.27.0.445854858552.issue43094@roundup.psfhosted.org>
In-reply-to
Content
There's also a discrepancy between the docs and the signature for create_aggregate():

https://docs.python.org/3.9/library/sqlite3.html#sqlite3.Connection.create_aggregate

create_aggregate(name, num_params, aggregate_class)

The second parameter is named n_arg, here with an underscore.

I'm not sure what's the best fix; fixing the docs or the signatures. If we fix the signatures, we'll at least get a kind of consistency.
History
Date User Action Args
2021-02-01 22:34:47erlendaaslandsetrecipients: + erlendaasland, docs@python, berker.peksag, nchammas
2021-02-01 22:34:47erlendaaslandsetmessageid: <1612218887.27.0.445854858552.issue43094@roundup.psfhosted.org>
2021-02-01 22:34:47erlendaaslandlinkissue43094 messages
2021-02-01 22:34:47erlendaaslandcreate