On Wed, Apr 7, 2010 at 5:35 PM, Lawrence D'Oliveiro <@> wrote:
> In message <mailman.1610.1270655932.23598.python-l...@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.

I'll go warn Don Syme. :P  I wonder how Microsoft will react.
http://blogs.msdn.com/dsyme/archive/2006/08/24/715626.aspx

Cheers,
Chris
--
http://blog.rebertia.com/2010/01/24/of-braces-and-semicolons/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to