Re: Coding style
- From: Peter Otten <__peter__@xxxxxx>
- Date: Mon, 17 Jul 2006 20:41:21 +0200
Steve Holden wrote:
I'll bet you still write
if a>3 == True:
don't you ;-)
I'll second that.
if (a>3) == True:
is the correct way :-)
Peter
.
- Follow-Ups:
- Re: Coding style
- From: Roger Miller
- Re: Coding style
- References:
- Coding style
- From: PTY
- Re: Coding style
- From: Simon Brunning
- Re: Coding style
- From: tac-tics
- Re: Coding style
- From: Steve Holden
- Coding style
- Prev by Date: Re: Problem with sub-classing
- Next by Date: Re: how to know if socket is still connected
- Previous by thread: Re: Coding style
- Next by thread: Re: Coding style
- Index(es):