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 christian.heimes
Recipients christian.heimes, py.user, rhettinger
Date 2013-06-26.19:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372274795.93.0.794063771942.issue18310@psf.upfronthosting.co.za>
In-reply-to
Content
A bunch builtin types and functions don't accept keyword args. kwargs make code slightly more complexity and a tiny bit slower.
History
Date User Action Args
2013-06-26 19:26:35christian.heimessetrecipients: + christian.heimes, rhettinger, py.user
2013-06-26 19:26:35christian.heimessetmessageid: <1372274795.93.0.794063771942.issue18310@psf.upfronthosting.co.za>
2013-06-26 19:26:35christian.heimeslinkissue18310 messages
2013-06-26 19:26:35christian.heimescreate