* Eli Naeher <enae...@gmail.com> [2008-06-09 05:35]:
> Python 2.5.2 (r252:60911, Apr 17 2008, 13:15:05)
> [GCC 4.2.3 (Debian 4.2.3-3)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> quit
> Use quit() or Ctrl-D (i.e. EOF) to exit
> >>> exit
> Use exit() or Ctrl-D (i.e. EOF) to exit
> >>>

^Z
[1]+  Stopped                 python
$ kill %1
[1]+  Terminated              python
$ 

Reply via email to