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 benjamin.peterson, ezio.melotti, georg.brandl, larry, mrabarnett, pitrou, serhiy.storchaka, taleinat, terry.reedy
Date 2014-01-26.08:19:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390724353.15.0.942227344401.issue20283@psf.upfronthosting.co.za>
In-reply-to
Content
> The patch did not upload correctly.

Oh, sorry. Here is correct patch.

I propose to apply "soft" patch (which preserves support for old keyword parameter name) to 2.7 and 3.3, and apply "hard" patch (which just renames keyword parameter name) to 3.4.

Or we can just apply "hard" patch (it's much simpler) to all versions.
History
Date User Action Args
2014-01-26 08:19:13serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, pitrou, taleinat, larry, benjamin.peterson, ezio.melotti, mrabarnett
2014-01-26 08:19:13serhiy.storchakasetmessageid: <1390724353.15.0.942227344401.issue20283@psf.upfronthosting.co.za>
2014-01-26 08:19:13serhiy.storchakalinkissue20283 messages
2014-01-26 08:19:12serhiy.storchakacreate