Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc,alt.folklore.computers,comp.lang.python Subject: Re: Python Date: 17 Dec 2025 01:54:37 GMT Lines: 18 Message-ID: References: <10fddvm$dsjl$3@dont-email.me> <10fig07$8oe$1@news.misty.com> <10fvcgr$3d6mu$1@paganini.bofh.team> <10g526s$3o78s$1@dont-email.me> <10ga7mg$7ph$3@news.misty.com> <10gekt9$39ian$4@dont-email.me> <10gfihn$3lshj$1@dont-email.me> <10gh6oj$83hq$8@dont-email.me> <10ghqrq$g7pg$1@dont-email.me> <693d5437$0$2499$426a34cc@news.free.fr> <7a611mx9gf.ln2@Telcontar.valinor> <693ea5fa$0$28070$426a74cc@news.free.fr> <10hnh91$1geq0$2@dont-email.me> <10hp0kl$1t75q$1@dont-email.me> <10hsju6$32b9t$3@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net uSG69ZdvnXls6exaX3JGuQ5GPIul3ImVFYuAXCEtKIhLRFk+en Cancel-Lock: sha1:xUJlkuWPF9PDHf4BA8xJAcsKROc= sha256:XvuZSuornXF1QjsYzj4pJl7Bj6jBcunIrEOKSZyHET8= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:79348 alt.folklore.computers:232629 comp.lang.python:197601 On Tue, 16 Dec 2025 21:45:42 -0000 (UTC), Lawrence D’Oliveiro wrote: > On Mon, 15 Dec 2025 12:57:57 +0000, mm0fmf wrote: > >> On 14 Dec 2025 11:56:42 GMT, Stéphane CARPENTIER wrote: >> >>> My issues with python are: >>> - It's using indentations, so when I comment a block of code to see >> >> ''' and ''' are your friend > > Unless the block has triply-quoted strings inside it ... Yeah, well. I've been burned more than once by someone who added /* stupid comment */ someplace west of the 80th column in the code.