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 josiahcarlson
Recipients
Date 2007-05-15.14:25:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This is not a bug.  Should move to Feature Requests at minimum, patches if the text file is an actual patch.

Generally the poster desires that a catch-all default argument be allowed to be passed to any function with default arguments to signal that the original defaults should be used; like foo(123, default, 456) rather than foo(123, arg3=456).

This proposal received no support in python-ideas.
History
Date User Action Args
2007-08-23 16:12:50adminlinkissue1719222 messages
2007-08-23 16:12:50admincreate