Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85255 > unrolled thread

Re: Usage of some pastebin service proposed

Started bySkip Montanaro <skip.montanaro@gmail.com>
First post2015-02-05 08:40 -0600
Last post2015-02-05 08:40 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Usage of some pastebin service proposed Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-05 08:40 -0600

#85255 — Re: Usage of some pastebin service proposed

FromSkip Montanaro <skip.montanaro@gmail.com>
Date2015-02-05 08:40 -0600
SubjectRe: Usage of some pastebin service proposed
Message-ID<mailman.18490.1423147250.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On Wed, Feb 4, 2015 at 10:53 PM, Abhiram R <abhi.darkness@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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web