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 gvanrossum
Recipients
Date 2007-01-04.17:53:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I like the following approach: (1) the old API continues to work for all functions, but provides incomplete information (not losing the kw-only args completely, but losing the fact that they are kw-only); (2) add a new API that provides all the relevant information.

Maybe the new API should not return a 7-tuple but rather a structure with named attributes; that makes it more future-proof.

Sorry, I don't have any good suggestions for new names.
History
Date User Action Args
2007-08-23 15:55:34adminlinkissue1607548 messages
2007-08-23 15:55:34admincreate