[PYTHONMAC-SIG] Python archive generator

Christian Tismer tismer@tismer.com
Fri, 28 Mar 1997 17:47:53 +0100


Joseph Strout wrote:
> 
> If it converts tabs to 3 spaces, won't this break any code that already
> has more than 3 spaces in a row?  In minor cases, it won't come out
> actually broken, but the checksum won't match.  In more serious cases,
> this will mess up the indentation (Python assumes tabs are equal to 8
> spaces).  Why not just convert tabs to "\t" or some such?

Now, here we are. Pipe it through a tab normalizer as I suggested
and everything is fine. Am I right?

ciao - chris

_______________
PYTHONMAC-SIG  - SIG on Python for the Apple Macintosh

send messages to: pythonmac-sig@python.org
administrivia to: pythonmac-sig-request@python.org
_______________