Message 263244 - Python tracker

Message263244

Author martin.panter
Recipients eriknw, martin.panter, ncoghlan, rhettinger, serhiy.storchaka
Date 2016-04-12.12:37:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460464627.1.0.326805297346.issue26729@psf.upfronthosting.co.za>
In-reply-to
Content
I didn’t realize about the keyword-only parameters. This is inherited from list.sort(). The signature can be corrected in 3.5.

There is also Issue 21314 about documenting the slash notation for signatures (it comes from PEP 457).
History
Date User Action Args
2016-04-12 12:37:07martin.pantersetrecipients: + martin.panter, rhettinger, ncoghlan, serhiy.storchaka, eriknw
2016-04-12 12:37:07martin.pantersetmessageid: <1460464627.1.0.326805297346.issue26729@psf.upfronthosting.co.za>
2016-04-12 12:37:07martin.panterlinkissue26729 messages
2016-04-12 12:37:06martin.pantercreate