A desperate lunge for on-topic-ness

Chris Angelico rosuav at gmail.com
Thu Oct 18 06:01:11 EDT 2012


On Thu, Oct 18, 2012 at 8:07 PM, Hans Mulder <hansmu at xs4all.nl> wrote:
>
> if looks_like_it_might_be_spam(
>     some_longer_variables,
>     here_and_here, and_here_also):
>     logger.notice("might be spam")
>     move_to_spam_folder(some_longer_variables)
>     update_spam_statistics(here_and_here)
>

This wants different indentation levels for the condition and the
code. That'd make it readable enough.

ChrisA



More information about the Python-list mailing list