In message <[email protected]>, John Nagle wrote:
> Lawrence D'Oliveiro wrote: > >> In message <[email protected]>, >> 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. > > No ... Yes, because otherwise you wouldn’t have stupid problems like the one which is preoccupying this thread: how to make sure indentation is consistent without introducing logic errors into the code. -- http://mail.python.org/mailman/listinfo/python-list
