Striving for PEP-8 compliance
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Wed Apr 7 20:35:22 EDT 2010
In message <mailman.1610.1270655932.23598.python-list at python.org>, Gabriel
Genellina wrote:
> If you only reindent the code (without adding/removing lines) then you can
> compare the compiled .pyc files (excluding the first 8 bytes that contain
> a magic number and the source file timestamp). Remember that code objects
> contain line number information.
Anybody who ever creates another indentation-controlled language should be
beaten to death with a Guido van Rossum voodoo doll.
More information about the Python-list
mailing list