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 rhettinger
Recipients eriknw, martin.panter, ncoghlan, rhettinger
Date 2016-04-12.05:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460440204.88.0.634322323993.issue26729@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think we should start down the path of changing APIs just to accommodate weakness in the generation of the text signature.

We don't want to encourage unreadable oddities like sorted(reverse=False, iterable=source).  Best readability comes from the required positional argument for the iterable.  Please don't create a new and unnecessary keyword argument.   The current API is intentional.
History
Date User Action Args
2016-04-12 05:50:04rhettingersetrecipients: + rhettinger, ncoghlan, martin.panter, eriknw
2016-04-12 05:50:04rhettingersetmessageid: <1460440204.88.0.634322323993.issue26729@psf.upfronthosting.co.za>
2016-04-12 05:50:04rhettingerlinkissue26729 messages
2016-04-12 05:50:04rhettingercreate