Striving for PEP-8 compliance
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Sat Apr 10 06:10:00 EDT 2010
In message <18988a53-e88f-4abf-
a83a-314b16653da8 at x12g2000yqx.googlegroups.com>, Patrick Maupin wrote:
> I want nothing to do with any programmer who would mis-indent their
> code.
But what happens when you’re trying to reconcile two different indentation
conventions? In Python, there can be problems doing that without introducing
logic errors. That’s what this thread is about.
More information about the Python-list
mailing list