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.snow
Recipients dino.viehland, eric.smith, eric.snow, giampaolo.rodola, njs, rhettinger, scoder, serhiy.storchaka
Date 2019-05-04.15:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556985508.79.0.518327459831.issue36772@roundup.psfhosted.org>
In-reply-to
Content
As to the issue of positional vs. keyword arguments, keyword arguments make the implementation easier in some cases.  Otherwise I haven't seen positional arguments cause much of a problem.
History
Date User Action Args
2019-05-04 15:58:28eric.snowsetrecipients: + eric.snow, rhettinger, scoder, eric.smith, giampaolo.rodola, dino.viehland, njs, serhiy.storchaka
2019-05-04 15:58:28eric.snowsetmessageid: <1556985508.79.0.518327459831.issue36772@roundup.psfhosted.org>
2019-05-04 15:58:28eric.snowlinkissue36772 messages
2019-05-04 15:58:28eric.snowcreate