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 p-ganssle
Recipients belopolsky, berker.peksag, bmispelon, corona10, p-ganssle, rhettinger, serhiy.storchaka, taleinat, vstinner
Date 2019-09-01.13:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567345902.76.0.877978153777.issue24416@roundup.psfhosted.org>
In-reply-to
Content
Sorry for the late response after a patch, but I'm actually -1 on this patch. I don't think it buys us very much in terms of the API considering it only has 3 parameters, and it adds some complexity to the code (in addition to the performance issue). Honestly, I think the main reason we didn't go with positional-only parameters in `fromisocalendar` was that the "/" syntax didn't exist yet.
History
Date User Action Args
2019-09-01 13:51:42p-gansslesetrecipients: + p-ganssle, rhettinger, belopolsky, vstinner, taleinat, berker.peksag, serhiy.storchaka, bmispelon, corona10
2019-09-01 13:51:42p-gansslesetmessageid: <1567345902.76.0.877978153777.issue24416@roundup.psfhosted.org>
2019-09-01 13:51:42p-gansslelinkissue24416 messages
2019-09-01 13:51:42p-gansslecreate