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 eric.smith
Recipients Darrick Yee, eric.smith
Date 2020-05-27.17:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590601216.78.0.316508115641.issue40796@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-05-27 17:40:16eric.smithsetrecipients: + eric.smith, Darrick Yee
2020-05-27 17:40:16eric.smithsetmessageid: <1590601216.78.0.316508115641.issue40796@roundup.psfhosted.org>
2020-05-27 17:40:16eric.smithlinkissue40796 messages
2020-05-27 17:40:16eric.smithcreate