Deutsch   English   Français   Italiano  
<valnei$35rt8$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Tue, 27 Aug 2024 23:28:18 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <valnei$35rt8$2@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <v9t204$2dofg$1@dont-email.me>
	<va28pi$3dldm$1@dont-email.me> <va2ro9$3gd7v$1@dont-email.me>
	<va2vt0$3h3gj$1@dont-email.me> <va44rh$3p1l6$1@dont-email.me>
	<va45eq$3pkt9$1@dont-email.me> <va4aut$3q4g0$1@dont-email.me>
	<va4fbr$3qvij$1@dont-email.me> <va5108$3tmmd$1@dont-email.me>
	<va51ok$3tqr9$1@dont-email.me> <va5ec2$3vluh$1@dont-email.me>
	<va6q4g$c1a7$1@dont-email.me> <va6rpa$c6bg$1@dont-email.me>
	<va6se9$cb8e$1@dont-email.me> <20240826083330.00004760@gmail.com>
	<vaises$2k7o6$2@dont-email.me> <20240826155113.000005ba@gmail.com>
	<wwvo75eicla.fsf@LkoBDZeT.terraraq.uk> <vak9k9$2ujrs$1@dont-email.me>
	<valgpu$34s18$1@dont-email.me> <87y14hd4bk.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 28 Aug 2024 01:28:19 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="52d1e1001450c2fe7f8121ab25cdb228";
	logging-data="3338152"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18WcnL2avWjz/1mFfaIBunZ"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:ZQPRibKyZokd+4OhUNmy/1/ojcY=
Bytes: 2057

On Tue, 27 Aug 2024 14:49:19 -0700, Keith Thompson wrote:

> I've done some Python programming, and it wouldn't occur to me to add
> "#end" comments.  If I saw them in a code review I'd probably recommend
> deleting them.

Give them a try. They simplify a lot of situations. I already posted a 
reasonably complex example in this thread. Go have a look at it, and see 
what happens when you delete those comments.