Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85255
| References | <CADgpKWZFEhRw4qjbXLzyffd_v0_=no+ohCqMgkfBnbwdwYMGJQ@mail.gmail.com> |
|---|---|
| Date | 2015-02-05 08:40 -0600 |
| Subject | Re: Usage of some pastebin service proposed |
| From | Skip Montanaro <skip.montanaro@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18490.1423147250.18130.python-list@python.org> (permalink) |
[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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Usage of some pastebin service proposed Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-05 08:40 -0600
csiph-web