Raymond Hettinger <rhettin...@users.sourceforge.net> added the comment:

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)).

----------
nosy: +rhettinger
resolution: works for me -> rejected

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1506122>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to