"M.E.Farmer" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Terry,
> This was posted from google groups, can you see the indents?

Yes, looks good

> # code snippet
>    convertpage = 0
>    form = None
>    for o, a in opts:
>        if o in ["-h", "--help"]:
>            Usage()
>            sys.exit()
>        if o in ["-o", "--output", "--out"]:
>            output = a
>        if o in ["-i", "--input", "--in"]:
>            input = a
>            if input in [".", "cwd"]:
>                input = os.getcwd()
>
> Notice the 'fixed font / proportional font' link in the top right
> corner.

I presume this is on the Google page.

> I think they have "fixed" the problem.

Great.  Now people have to learn to use the fixed font choice.

TJR



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to