Cannot create a new file

Bryan belred1 at yahoo.com
Tue Jun 22 00:07:49 EDT 2004


> #identations are screwed up in thunderbird for those defs, lets hope it 
> wont appear online.


i use thunderbird and i don't have indenting problems when posting python code to a newsgroup such as this one.  when i 
post python code on a mailing list, it seems the format cannot be set to "text only".  you have to change it to rich 
text.  if i didn't just make a fool of myself :) the following indentation should look fine.


def foo():
    print 'this is indented 4 spaces'
    for y in range(10):	
        print '''this is indented 8 spaces'



bryan



More information about the Python-list mailing list