On Wed, Feb 4, 2015 at 10:53 PM, Abhiram R <abhi.darkn...@gmail.com> wrote:
> So is it possible to let everyone know that they need to paste their code
on
> some site like pastebin.com and give us the link here so help can be
> provided better?

Better would be to attach small code snippets.

I agree with Ben about the HTML mail thing. If you insist on using that
(sometimes I get into non-plain-text mode in Gmail and forget to turn it
off), then use whatever facility your mailer has for quoting text, and set
the font to fixed width.

    try:
>         opts, args = getopt.getopt(args, "o:i:f:F:DHnh")
>     except getopt.GetoptError, msg:
>         usage(msg)
>         return 1


old-school-argument-parsing-ly, y'rs,

Skip
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to