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 rhettinger
Recipients amaury.forgeotdarc, collinwinter, eric.araujo, gregory_p, rhettinger, serprex
Date 2010-07-23.23:48:31
SpamBayes Score 0.07319713
Marked as misclassified No
Message-id <1279928914.19.0.795805203205.issue1506122@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Amaury that this should be closed.  It has been previously discussed and rejected in other forums.  One the issues is that the usual mathematical order is unintuitive and not self-documenting  -- i.e. is compose(f,g)  the same as f(g(x)) or g(f(x))?  Also, it is already dirt simple to create your own compose function or to do the composition directly:  h = lambda x: f(g(x)).
History
Date User Action Args
2010-07-23 23:48:34rhettingersetrecipients: + rhettinger, collinwinter, amaury.forgeotdarc, gregory_p, eric.araujo, serprex
2010-07-23 23:48:34rhettingersetmessageid: <1279928914.19.0.795805203205.issue1506122@psf.upfronthosting.co.za>
2010-07-23 23:48:31rhettingerlinkissue1506122 messages
2010-07-23 23:48:31rhettingercreate