Usage of some pastebin service proposed

Skip Montanaro skip.montanaro at gmail.com
Thu Feb 5 09:40:47 EST 2015


On Wed, Feb 4, 2015 at 10:53 PM, Abhiram R <abhi.darkness at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150205/274f7583/attachment.html>


More information about the Python-list mailing list