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


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

Re: How to set the history commands visible ?

Started byChris Angelico <rosuav@gmail.com>
First post2015-09-14 18:24 +1000
Last post2015-09-14 18:24 +1000
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: How to set the history commands visible ? Chris Angelico <rosuav@gmail.com> - 2015-09-14 18:24 +1000

#96558 — Re: How to set the history commands visible ?

FromChris Angelico <rosuav@gmail.com>
Date2015-09-14 18:24 +1000
SubjectRe: How to set the history commands visible ?
Message-ID<mailman.522.1442219090.8327.python-list@python.org>
On Mon, Sep 14, 2015 at 6:01 PM, Laura Creighton <lac@openend.se> wrote:
> Since you are a gmail user, you should be able to see this:
>
>>>> import sys
>>>> import os
>>>> import tkinter
>>>> from __future__ import print_function
>>>> for i in range(3):
> ...     print (i)
> ...
> 0
> 1
> 2
>
> Now try to reply to me, quoting this in gmail.  Gmail will happily reflow
> the lines above.
>

I, too, am using Gmail, and I simply selected those lines and clicked
into the Reply box. No wrapping in evidence. Is it a problem specific
to the mobile app? I'm using the regular in-browser form.

Or does the wrapping occur at the next stage?

ChrisA

[toc] | [standalone]


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


csiph-web