[Python-Dev] defaultdict and on_missing() (original) (raw)
Barry Warsaw barry at python.org
Thu Mar 2 16:28:41 CET 2006
- Previous message: [Python-Dev] defaultdict and on_missing()
- Next message: [Python-Dev] defaultdict and on_missing()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 2006-03-02 at 07:26 -0800, Aahz wrote:
On Wed, Mar 01, 2006, Guido van Rossum wrote: > > Operations with two or more arguments are often better expressed as > function calls -- for example, map() and filter() don't make much > sense as methods on callables or sequences.
OTOH, my personal style is to always use re.compile() because I can never remember the order of arguments for re.match()/re.search().
Agreed. -Barry
-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 309 bytes Desc: This is a digitally signed message part Url : http://mail.python.org/pipermail/python-dev/attachments/20060302/7c48205d/attachment.pgp
- Previous message: [Python-Dev] defaultdict and on_missing()
- Next message: [Python-Dev] defaultdict and on_missing()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]