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 brett.cannon
Recipients brett.cannon, sergioc
Date 2007-09-19.02:28:11
SpamBayes Score 0.0065705194
Marked as misclassified No
Message-id <1190168892.13.0.110657951042.issue1176@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected as str.split() is implemented in C and C code only has
keyword arguments if someone puts in the time and effort to support
them.  Support could be added if so desired.  But it does slow down
argument passing.  If you look you will notice that none of str's
methods have keyword support.

Changing this to an rfe.
History
Date User Action Args
2007-09-19 02:28:12brett.cannonsetspambayes_score: 0.00657052 -> 0.0065705194
recipients: + brett.cannon, sergioc
2007-09-19 02:28:12brett.cannonsetspambayes_score: 0.00657052 -> 0.00657052
messageid: <1190168892.13.0.110657951042.issue1176@psf.upfronthosting.co.za>
2007-09-19 02:28:12brett.cannonlinkissue1176 messages
2007-09-19 02:28:11brett.cannoncreate