[Python-Dev] decorator module patch (original) (raw)
Jim Jewett jimjjewett at gmail.com
Mon Mar 13 20:07:51 CET 2006
- Previous message: [Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
- Next message: [Python-Dev] Making builtins more efficient
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Raymond Hettinger wrote:
In contrast, a name like "functional" suggests that some of these tools don't quite fit.
The original intent was that the functional module become the home of typical utilities for functional style programming. partial was there were patches (such as 1412451) providing quite a few additional tools and improved documentation on the more functional builtins (such as map and reduce).
That particular patch was closed to spend time as an independent module first, but there is a fair chance that parts of it will eventually be added. (OTOH, it might be just a few parts which fit well under functools, rather tha just "functional")
-jJ
- Previous message: [Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
- Next message: [Python-Dev] Making builtins more efficient
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]