◐ Shell
clean mode source ↗

Message 151433 - Python tracker

Message151433

Author cben
Recipients Tofystedeth, cben, mark.dickinson, taleinat, terry.reedy
Date 2012-01-17.09:07:16
SpamBayes Score 0.01152128
Marked as misclassified No
Message-id <1326791237.5.0.236131485944.issue8285@psf.upfronthosting.co.za>
In-reply-to
Content
Mark: customizing tabs to be anything but 8 spaces is inadvisable with Python, because Python always parses them as 8.
Sooner or later one would mix tabs and spaces and the result would be really painful to debug.
History
Date User Action Args
2012-01-17 09:07:17cbensetrecipients: + cben, terry.reedy, mark.dickinson, taleinat, Tofystedeth
2012-01-17 09:07:17cbensetmessageid: <1326791237.5.0.236131485944.issue8285@psf.upfronthosting.co.za>
2012-01-17 09:07:16cbenlinkissue8285 messages
2012-01-17 09:07:16cbencreate