[rescue] Python > 3.6 on Solaris 10

Liam Proven lproven at gmail.com
Mon Oct 18 17:19:41 CDT 2021


On Tue, 19 Oct 2021 at 00:16, Joshua Boyd <jdboyd at jdboyd.net> wrote:
>
> Ugh. That sounds like a place that needs to pick a standard (any
> standard) and start enforcing it with clang-format.

We have a house style, and a tool to apply it. ISTM that she just
doesn't notice.
>
> Mixing tabs and spaces is considered a big no-no in the python world.

So I understand.

> Using pure tabs is allowed, but the official standard is spaces only
> (documented in PEP8).B  Since Python 3, mixing tabs and spaces went from
> discouraged to a compile error.

Aha! I didn't know that. Probably sensible.

> I try to make reformatting and the actual changes separate commits.

Yes, when I remember, I do that.

> That doesn't help diffs between branches or tags, nor does it help diffs
> across several revisions, but at least when going through diff by diff
> it highlights the substance from the style.

No, indeed, that's the snag with it.

-- 
Liam Proven ~ Profile: https://about.me/liamproven
Email: lproven at cix.co.uk ~ gMail/gTalk/FB: lproven at gmail.com
Twitter/LinkedIn: lproven ~ Skype: liamproven
UK: (+44) 7939-087884 ~ Czech [+ WhatsApp/Telegram/Signal]: (+420) 702-829-053


More information about the rescue mailing list