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 andy.ye.jx
Recipients andy.ye.jx, andyye, docs@python, steven.daprano
Date 2020-12-29.06:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANJBW=84pXGU-6iP8+M+-P9S8sBmHBi31C8Lcwe4nV_HC=hvpQ@mail.gmail.com>
In-reply-to <1609212959.0.0.828573022969.issue42776@roundup.psfhosted.org>
Content
When I say True here, I'm not talking about querying, I'm talking about
syntax, as far as I know, document is supposed to support keyword
arguments, but it doesn't

Steven D'Aprano <report@bugs.python.org> 于2020年12月29日周二 上午11:36写道:

>
> Steven D'Aprano <steve+python@pearwood.info> added the comment:
>
> # True
> data.find('a', 0)
>
> That will return 0, not True.
>
>
> # False
> data.find('a', start=0)
>
>
> And that will raise TypeError, not return False.
>
>
> What exactly are you reporting here? I have read your bug report, and
> looked at the screen shot, and I have no idea what problem you think you
> have found or what you want to change about the documentation.
>
> ----------
> nosy: +steven.daprano
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue42776>
> _______________________________________
>
History
Date User Action Args
2020-12-29 06:09:04andy.ye.jxsetrecipients: + andy.ye.jx, steven.daprano, docs@python, andyye
2020-12-29 06:09:04andy.ye.jxlinkissue42776 messages
2020-12-29 06:09:04andy.ye.jxcreate