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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka, vstinner
Date 2017-01-20.06:59:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484895579.74.0.0168401872287.issue29331@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch simplifies argument parsing in sorted() and list.sort().

list.sort() now uses the support of keyword-only parameters in PyArg_ParseTupleAndKeywords().

Keyword arguments now are passed as is to list.sorted() in sorted().
History
Date User Action Args
2017-01-20 06:59:39serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner
2017-01-20 06:59:39serhiy.storchakasetmessageid: <1484895579.74.0.0168401872287.issue29331@psf.upfronthosting.co.za>
2017-01-20 06:59:39serhiy.storchakalinkissue29331 messages
2017-01-20 06:59:39serhiy.storchakacreate