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 Darrick Yee
Recipients Darrick Yee, eric.smith
Date 2020-05-27.17:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAO=O=DvXtCcGB5DVUEZvDNvedKh-hc8cvSV0B=ipreFF52Hr3Q@mail.gmail.com>
In-reply-to <1590601216.78.0.316508115641.issue40796@roundup.psfhosted.org>
Content
Yes, that makes sense. Thank you!

On Wed, May 27, 2020, 1:40 PM Eric V. Smith <report@bugs.python.org> wrote:

>
> Eric V. Smith <eric@trueblade.com> added the comment:
>
> No problem!
>
> It can't reorder fields, because you might not be passing them by name.
> There's some discussion about requiring keyword-only parameters, in which
> case what you're doing would work (as long as they were keyword-only
> params).
>
> ----------
> resolution:  -> not a bug
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue40796>
> _______________________________________
>
History
Date User Action Args
2020-05-27 17:42:32Darrick Yeesetrecipients: + Darrick Yee, eric.smith
2020-05-27 17:42:32Darrick Yeelinkissue40796 messages
2020-05-27 17:42:32Darrick Yeecreate