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: 18 Dec 2025 00:52:35 GMT Lines: 7 Message-ID: References: <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> <10hv6lg$3rose$1@dont-email.me> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net Yudw46NL/H428X7IxWwNNgSwF2P1tjDVW3khF/CERSqb9gjTtc Cancel-Lock: sha1:/2V5GK8fHO1d4TiiojFj5OW2K3E= sha256:mATJP6RrTxC4kLc7Gv+miweOZ2SYEG5Ec4ZErBOqZCs= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:79404 alt.folklore.computers:232654 comp.lang.python:197608 On Wed, 17 Dec 2025 22:13:21 +0000, Richard Kettlewell wrote: > If you prefer the comment markers to match the indentation of the whole > block, that works too: I keep it simple and use the first column, s/^/#/ in vim. s/^#// to make them go away.