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 r.david.murray
Recipients bob.ippolito, ezio.melotti, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2013-08-13.12:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376397994.1.0.734096370181.issue18726@psf.upfronthosting.co.za>
In-reply-to
Content
This is not what we use keyword only arguments for.  The standard practice in the stdlib is that arguments are arguments unless there is a good reason to make one keyword only.  So I'm -1 on this proposal.
History
Date User Action Args
2013-08-13 12:46:34r.david.murraysetrecipients: + r.david.murray, rhettinger, bob.ippolito, pitrou, ezio.melotti, serhiy.storchaka
2013-08-13 12:46:34r.david.murraysetmessageid: <1376397994.1.0.734096370181.issue18726@psf.upfronthosting.co.za>
2013-08-13 12:46:34r.david.murraylinkissue18726 messages
2013-08-13 12:46:34r.david.murraycreate