[elbe-devel] [PATCH 07/25] py3: test/updated.py - convert to use input()

Kurt Kanzenbach kurt at linutronix.de
Mon Dec 18 08:20:47 CET 2017


On Fri, Dec 15, 2017 at 04:50:26PM +0100, Torben Hohn wrote:
>
> I have no idae here...
>
> CCing kurt
>
> On Fri, Dec 08, 2017 at 07:08:38PM +0100, Manuel Traut wrote:
> > use input instead of raw_input. raw_input is not available in py3 and a string
> > is expected here, so it's safe to use input for py3 & py2.
> >
> > Signed-off-by: Manuel Traut <manut at linutronix.de>

Reviewed-by: Kurt Kanzenbach <kurt at linutronix.de>

> > ---
> >  test/updated.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/test/updated.py b/test/updated.py
> > index 10729669..2a132182 100755
> > --- a/test/updated.py
> > +++ b/test/updated.py
> > @@ -123,7 +123,7 @@ while 1:
> >      sys.stdout.flush ()
> >
> >      try:
> > -        n = int (raw_input ())
> > +        n = int (input ())
> >          print control.service.apply_snapshot (snapshots [n])
> >      except:
> >          shutdown (monitor)
> > --
> > 2.15.1
> >
> >
> > _______________________________________________
> > elbe-devel mailing list
> > elbe-devel at linutronix.de
> > https://lists.linutronix.de/mailman/listinfo/elbe-devel
>
> --
> Mit freundlichen Grüßen
> Torben Hohn
>
> Linutronix GmbH
>
> Standort: Bremen
>
> Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
>
> Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
> Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
> Nr. / Trade register no.: 700 806
>
> Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner
>
> Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
> benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
> möglich ist, durch Antwort-Mail. Vielen Dank!



More information about the elbe-devel mailing list