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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, collinwinter, eric.araujo, gregory_p, serprex
Date 2010-07-22.14:28:40
SpamBayes Score 0.0026748748
Marked as misclassified No
Message-id <1279808922.69.0.39596013794.issue1506122@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed code may be useful sometimes, but is not generic enough for the standard library.  For example, the f() function can only take one argument, when g() can accept any number.

Implementations of this kind are so easy to write, They are better described by their implementation rather than documentation.
IMO they show the expressiveness of python, and don't need to be hidden in a C module.
History
Date User Action Args
2010-07-22 14:28:42amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, collinwinter, gregory_p, eric.araujo, serprex
2010-07-22 14:28:42amaury.forgeotdarcsetmessageid: <1279808922.69.0.39596013794.issue1506122@psf.upfronthosting.co.za>
2010-07-22 14:28:40amaury.forgeotdarclinkissue1506122 messages
2010-07-22 14:28:40amaury.forgeotdarccreate