[Python-ideas] Retrying EAFP without DRY

Nick Coghlan ncoghlan at gmail.com
Mon Jan 23 03:18:37 CET 2012


On Mon, Jan 23, 2012 at 7:30 AM, Mike Meyer <mwm at mired.org> wrote:
> or wrapping a loop around the code when it wasn't really a loop.

You want to do the same thing more than once: that's a loop.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list