Package: bpython
Version: 0.11-1
Severity: minor

Eike discovered that bpython does not cleanly pass on the script's exit status 
to the parent shell in interactive mode.

Example:

  1. Call bpython.
  2. Type exit(120)
  3. Check with echo $?

Result:

  $ bpython; echo $?
    # enter exit(120)
  0

Expected result:

  $ bpython; echo $?
    # enter exit(120)
  120


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bpython depends on:
ii  python                2.7.3~rc2-1
ii  python-pkg-resources  0.6.24-1
ii  python-pygments       1.5+dfsg-1
ii  python2.6             2.6.8-0.2
ii  python2.7             2.7.3~rc2-2.1

bpython recommends no packages.

bpython suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to