toplevel, get latest entry?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • skanemupp@yahoo.se

    toplevel, get latest entry?

    windows vista and python 2.5, is there a way to get the latest command
    entered? would be very useful.

    if not by default, anything i could download or write myself?
  • Gabriel Genellina

    #2
    Re: toplevel, get latest entry?

    En Sat, 12 Apr 2008 17:50:36 -0300, <skanemupp@yaho o.seescribió:
    windows vista and python 2.5, is there a way to get the latest command
    entered? would be very useful.
    >
    if not by default, anything i could download or write myself?
    Do you mean inside the interpreter?
    Use up arrow/down arrow. Type a few characters and press F8 to search for
    matches. F7 to select from a list. Courtesy of doskey.

    --
    Gabriel Genellina

    Comment

    • Gabriel Genellina

      #3
      Re: toplevel, get latest entry?

      En Sat, 12 Apr 2008 17:50:36 -0300, <skanemupp@yaho o.seescribió:
      windows vista and python 2.5, is there a way to get the latest command
      entered? would be very useful.
      >
      if not by default, anything i could download or write myself?
      Do you mean inside the interpreter?
      Use up arrow/down arrow. Type a few characters and press F8 to search for
      matches. F7 to select from a list. Courtesy of doskey.

      --
      Gabriel Genellina

      Comment

      Working...